[
Lists Home |
Date Index |
Thread Index
]
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:zahida@advcomm.net]
# Sent: 01 March 2004 06:53
# To: xml-dev@lists.xml.org
# 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>
|