Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMXMLWriter should support user defined prefixes #449

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments
Closed

TMXMLWriter should support user defined prefixes #449

GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

TMXMLWriter uses a few named prefixes (iso, xtm, tm). All other prefixes are 
automatically generated, leading to possibly long shortcuts [1]. As a user, I 
want to be able to register my own prefixes to improve readability. This can be 
done by relaxing the access level of the existing TMXMLWriter.addPrefix method 
from private to public.

[1]: 
http://www.ontopia.net/omnigator/plugins/export/export.jsp?tm=opera.ltm&type=xml
&format=tmxml produces prefixes prefixes like 'psi.ontopia.net' and '_1.0'

Original issue reported on code.google.com by p.kruijsen on 26 Nov 2012 at 9:59

@GoogleCodeExporter
Copy link
Author

Fixed by revision r2343

Original comment by p.kruijsen on 26 Nov 2012 at 10:09

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by qsieb...@gmail.com on 29 Nov 2012 at 10:11

  • Added labels: Release5.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant