xsl-list
[Top] [All Lists]

Re: [xsl] General rule for designing XPath expressions to return items in document order?

2014-01-09 04:52:08
Hello Martin,

I applied this XPath expression 

        //head

to this XML document

<Document>
    <head>
        <head>B</head>
        A
    </head>
</Document>

using oXygen (where SAXON is the XPath processor) and got these results:

A
B

That is, the results are in non-document order.

/Roger

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


<Prev in Thread] Current Thread [Next in Thread>