Are there any other avenues for content to enter an XSLT transform?
For XSLT 1.0 + EXSLT:
any dynamically generated expression $expr by "dyn:evaluate($expr)".
Mit besten Gruessen / Best wishes,
Hermann Stamm-Wilbrandt
Developer, XML Compiler, L3
WebSphere DataPower SOA Appliances
----------------------------------------------------------------------
IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschaeftsfuehrung: Dirk Wittkopp
Sitz der Gesellschaft: Boeblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
From: "Costello, Roger L." <costello(_at_)mitre(_dot_)org>
To: "xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com"
<xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Date: 08/09/2010 08:58 PM
Subject: [xsl] [XSLT 1.0] Avenues for content to enter and exit an XSLT
transform?
Hi Folks,
There are several avenues for XML content to enter an XSLT transform:
1. The input XML document that is specified when the XSLT processor is
invoked.
2. The XML obtained using the document() function.
3. The XML content obtained using the <xsl:input> and <xsl:include>
elements.
4. The XML/text content obtained using external entities.
Are there any other avenues for content to enter an XSLT transform?
There are several avenues for content to exit an XSLT transform:
1. The output document that is specified when the XSLT processor is
invoked.
2. The content that is output using extension functions, such as
saxon:output and xalan:write.
Are there any other avenues for content to exit an XSLT transform?
/Roger
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--