[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: get and set attribute value of <xsl:Template> with xalan
- From: "zahida parveen" <zahida@advcomm.net>
- Date: Mon, 1 Mar 2004 11:52:48 +0500
- References: <830178CE7378FC40BC6F1DDADCFDD1D1D51908@RED-MSG-31.redmond.corp.microsoft.com> <047e01c3ff1e$ea48b0c0$6403a8c0@ARIMATHEA>
With ASP using MSXML calls like this:
objDOM.selectSingleNode(.....),
getAttributeValue(.....),
setAttributeValue(...)
I parse an xsl file, read the node <xsl:include href=".."> and set the value
of href =varFileName. I found this usage to be quite convinient, but I can't
seem to find the equivelant in xalan while working with JAva Servlets.
|