US and Worldwide: +1 (866) 660-7555
Results 1 to 2 of 2

Thread: XQuery String handle Path Expressions?

  1. #1
    Join Date
    Jul 2008
    Posts
    1

    Default XQuery String handle Path Expressions?

    Does anyone know if step 2 in the wizard where you Specify Query String accepts a Path Expression other than /*/*???

    I am reading in an xml file and trying to access certain elements and I keep getting exceptions.

    I have an xml file with an element called <prodOrder> which I am trying to select all the prodOrder children.

    The syntax I am using is "/prodOrder/*"

    This doesn't work.

    Any help would be GREATLY appreciated.

    thanks

  2. #2

    Default

    Hi
    i hope ur xml document is well formed and something like this

    <prodorder>
    <no>1</no>
    <name>mack</name>
    <no>2</no>
    <name>jack</name>
    <no>3</no>
    <name>jill</name>
    </prodorder>

    I tried the XQuery /Prodorder/* it worked fine and displayed the reports .

    what errors r u getting ???....
    plz respond
    Thanks
    Silna

    silnachandra.madayi@businessinsightsconsulting.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •