This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XSL Including


Joel Konkle-Parker wrote:
What's the best way to include another document in an XSLT
stylesheet? I want to emulate an SSI call with a local file.
It depends what you really mean:
1. Modularize your style sheet: use xsl:include or xsl:import,
 look at http://www.w3.org/TR/xslt#include and the following
 section for details.
2. If you want to pull in another XML file while traansforming
 some XML, use the document() function, see
  http://www.w3.org/TR/xslt#document

J.Pietschmann


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]