I try to make a macro command that would write a new complex node (containing a 
lot of descendent) at the end of XML datas.

I succeed doing it with successives "selectNode", "add" and "insert" command 
but the processing time is very long. 

I would like doing it using the "paste" command after the last child of my root 
element and I would need that the "paste" command paste the plain text 
parameter as an XML node. But whatever the syntaxe I am using, the plain text 
parameter is always paste as a text child of my root element and not as an XML 
tree.

The syntaxes I tryed are :

command name="paste" parameter="after string <?xml 
version="1.0"?><ns:clipboard 
xmlns:ns="http://www.xmlmind.com/xmleditor/namespace/clipboard"><NOTICE....

command name="paste" parameter="after S <?xml 
version="1.0"?><ns:clipboard 
xmlns:ns="http://www.xmlmind.com/xmleditor/namespace/clipboard"><NOTICE....

command name="paste" parameter="after S <?xml 
version="1.0"?&gtlt;NOTICE....

command name="paste" parameter="after string <?xml 
version="1.0"?&gtlt;NOTICE....

What is the correct syntaxe to do so ? Thanks for help.
Thomas Bijon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20070305/5fe3757d/attachment.htm
 

Reply via email to