OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Standard API for XPath Expression



Finally we have decided to use the Transformer class which is part of JAXP 1.1 (javax.xml.transform) we perform a simple transform
based on the XPATH expression we want to query ($criteriaToMatch).

<xsl:template match=$criteriaToMatch>
     <xsl:copy-of select="./>
</xsl:template>


Thanks for your input,
Jean-Marc Gustin


GUSTIN Jean-Marc wrote:

> Is there some Standard API (DOM, JAXP...) equivalent to Microsoft selectNodes or selectSingleNodes that query a DOM using an XPATH
> expression?
>
> Thanks,
>
> Jean-Marc Gustin
>
> ------------------------------------------------------------------
> The xml-dev list is sponsored by XML.org, an initiative of OASIS
> <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To unsubscribe from this elist send a message with the single word
> "unsubscribe" in the body to: xml-dev-request@lists.xml.org