Hi All,
In the below example,

<books>
<book >
<information>
<name> HF </name>
<pages>45</pages>
</information>
</book>
<book>
<information>
<name>Core</name>
<pages>67</pages>
</information>
</book>
</books>

When i try,
data(doc("book.xml")/books/book/information))

the output in StylusStudio is
HF 45 Core 67868

which is something i expected. But when i try the same in Marklogic database
I get it in

HF45Core67868

what is the difference and how should i modify my query to get the output
like

HF 45 Core 67868

Thanks in advance,
Bharath
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to