Adding XML Tags
Posted: Thu Jan 24, 2008 8:38 pm
Hello,
im developing a small Java Modul who creates documents based on an open office writer document.
i want to add placeholders in form of xml-tags, eg <placeholder>this is the repeatable text</placeholder> in my odt-document. if i save this, the xml-filter of open office removes this form for some good reasons.
what is the best way to add xml-attributes into an odt-document. ive readed something about it, this elements are called as aliens, cause i dont find a way to add it into the document.
best regards
im developing a small Java Modul who creates documents based on an open office writer document.
i want to add placeholders in form of xml-tags, eg <placeholder>this is the repeatable text</placeholder> in my odt-document. if i save this, the xml-filter of open office removes this form for some good reasons.
what is the best way to add xml-attributes into an odt-document. ive readed something about it, this elements are called as aliens, cause i dont find a way to add it into the document.
best regards