Next in thread → Next in month →

RE: [xml-dev] get and set attribute value of <xsl:Template> with xalan

From
Michael Kay <>
To
'zahida parveen' <>,
Date
2004-03-01T12:19:45
ID
<20040301121951.INSR10961.mta07-svc.ntlworld.com@Turtle>
Thread
RE: [xml-dev] get and set attribute value of <xsl:Template> with xalan
A much better way to do this with JAXP processors is to set a URIResolver to
resolve the href contained in the stylesheet.

Michael Kay

# -----Original Message-----
# From: zahida parveen [mailto:]
# Sent: 01 March 2004 06:53
# To: 
# Subject: [xml-dev] get and set attribute value of <xsl:Template> with
# xalan
# 
# 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.
# 
# 
# -----------------------------------------------------------------
# The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
# initiative of OASIS <http://www.oasis-open.org>
# 
# The list archives are at http://lists.xml.org/archives/xml-dev/
# 
# To subscribe or unsubscribe from this list use the subscription
# manager: <http://www.oasis-open.org/mlmanage/index.php>
Next in thread → Next in month →