[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

XQuery in mark logic

bharath maharajan bharath.ilugc at gmail.com
Fri Aug 22 15:11:29 PDT 2008


  XQuery in mark logic
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!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.