Various improvements
| Project: | XLIFF Tools |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I am working on this module
1. The special node level access moved to separate module. But it is still useless (no interface, no actions).
2. The xls files replaced with new files from the https://sourceforge.net/projects/xliffroundtrip/ project
3. Separate forms and permissions for export and import
4. Works with special HTML entities
The export tested with Swordfish Translation Editor
http://www.maxprograms.com/products/swordfish.html
Improvements for the import functionality are not finished.
like:
1. If the node translation node does not exist, like importing Hungarian translation when the Hungarian node does not exist, then it should be created automatically based on the original nid and the new language.
2. Option to create new node revision instead of rewrite
3. fixed filename format "node-$nid-$langcode.xlf" (this is a requirement not an improvement)

#1
download link:
http://windmill.sk/project/module/xliff
additional module for bulk export/import. The export works, it creates a .tar.gz package file from selected nodes.
http://windmill.sk/project/module/xliff_bulk
#2
I trust your work, so I've granted you CVS access on this project. Feel free to work in your improvements to the module for everyone's benefit.
One little note: remembering the nid in the document itself might be a good idea (not just in the file name). The AWTW module does this and it looks to be a very useful thing. See http://drupal.org/project/awtw (they have a video too).