Hi, I want to extract the value of attribute type. <a type="text"/>
I tried with
<a> {$x/a/@type}</a>
Output comes as:
<a type="text"/>
But I want the output as :
<a> text </a>
Any idea how to achieve this.
Thanks,
Pragya
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general
