HiTeam,

I need to add one more attributes to the old XML tag. Without using  node 
replacement. But I don't know how to add it, kindly suggest XDMP methods 
regarding the same.



eg: My file is book.xml
<bib>

    <book xmlns:doc="http://www.team.com/xml/document/schema"; 
xmlns:dp="http://www.team.com/xml/common/doc-properties/schema";>
        <title>TCP/IP Illustrated</title>
        <author><last>Stevens</last><first>W.</first></author>
        <publisher>Addison-Wesley</publisher>
        <price>65.95</price>
    </book>

    <book >
        <title>Advanced Programming in the Unix environment</title>
        <author><last>Stevens</last><first>W.</first></author>
        <publisher>Addison-Wesley</publisher>
        <price>65.95</price>
    </book>

</bib>


I need to add one more name space (i.e. xmlns) in the above xml without using 
node replacement. Kindly suggest xdmp methods regarding the same.



Thanks & Regards,
Siva

_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to