[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Standard API for XPath Expression
- From: GUSTIN Jean-Marc <jean-marc.gustin@swift.com>
- To: xml-dev@lists.xml.org
- Date: Wed, 16 May 2001 11:21:07 +0200
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