cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

can I add @xmlns:atict to a document automatically?

jsulak
1-Newbie

can I add @xmlns:atict to a document automatically?

Hello Adepters,

By default, Arbortext doesn't add an xmlns:atict attribute to the root element of a document when change tracking is on. This causes a problem for non-Arbortext XML parsers, which (rightly) complain that the document is malformed, since the "atict" namespace prefix is never assigned to a URI.

So, is there a setting that I can use to make Arbortext add the atict namespace attribute to a document? Right now, I'm using a callback:


function save_action(doc, op) {
oid_modify_attr(oid_root(), 'xmlns:atict', '
1 REPLY 1
ebenton
1-Newbie
(To:jsulak)

Hey, that's what people say about me; "He works, but he's a bit slow."
Top Tags