|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] XQuery in mark logicbharath maharajan bharath.ilugc at gmail.comFri Aug 22 15:11:29 PDT 2008
Hi All,
I am facing some issue in XQuery with Marklogic database.
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
how can i modify my query to get the output like
HF 45 Core 67868
Thanks in advance,
Bharath
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://x-query.com/pipermail/talk/attachments/20080822/39ca2c88/attachment.htm
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






