Hi 
If I have a simple file called catalog-ns.xml 

which contains the following elements with namespaces 
how might I declare a namespace in cq and navigate both the catalog and product 
nodes below using XQuery 
-- Thanks, Mike 

<catalog xmlns="http://datypic.com/cat";> 
<product dept="MEN" xmlns="http://datypic.com/prod";> 
<number>784</number> 
<name language="en">Cotton Dress Shirt</name> 
<colorChoices>white gray</colorChoices> 
<desc>Our <i>favorite</i> shirt</desc> 
</product> 
</catalog> 
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to