Active
Project:
XLIFF Tools
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Aug 2010 at 19:25 UTC
Updated:
8 Feb 2013 at 10:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
bryanschnabel commentedI've been supplying the XSLT for this module. I would be happy to make the kind of update you refer to. Could you send me a sample of the XML input and I can figure out what the XSLT needs to do.
- Bryan
Comment #2
nanobyt3 commentedI am trying to extend this module to include CCK fields of some selected type.
During XLIFF import, I am using node_save() to create/update translated content. This works fine for about a hundred node imports.
But, when the import reaches around 160+ nodes, I get a PHP error saying 'memory size exhausted'. I have allocated sufficient amount(about 1024MB) of memory to PHP.
Please suggest?
Comment #3
nanobyt3 commentedI am attaching my under-development module which provides facility to import textual(textfield, textarea) CCK fields. The issue of "memory limit exceeding" seems to be concentrated in the function xliff_import().
Comment #4
bwinett commentedNote that the version in #3 is a huge jump in functionality, enabling export of sets of nodes (including CCK fields) via a view and VBO, and import of translated nodes in XLIFF files.
Although not perfect (because of the memory issue), this enhancement provides working functionality, so I hope that we can move forward with this version and get eyes on it to resolve the memory issue.
Comment #5
nanobyt3 commentedThe attached archive includes latest development of XLIFF module. A new multilingual export functionality to export content in user selected language has been added. This is mostly useful in keeping a backup of translated content. Note that, import of content exported using multilingual functionality is not supported. Also there are some minor enhancements and bug-fixes to the existing XLIFF export/import functionality.
Comment #6
nanobyt3 commentedThe latest development version of XLIFF module is attached. Below is a list of major changes/enhancements:
Do test and report back any issues found.