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]

Re: XSL and xml entities that need to be translated


> I was thinking there was a way to write nested xsl transformations.

Oh, OK. XSLT itself is not very modular. You have the option of
xsl:import and xsl:include to bring templates into the stylesheet,
but that's it and even their utility is limited. You also have the
option of using the document() function to access source trees 
defined by multiple XML documents.

I'm still not clear on exactly what you're trying to do, though.

   - Mike
___________________________________________________________
Mike J. Brown, software engineer, Webb Interactive Services
XML/XSL stuff: http://www.skew.org/    http://www.webb.net/


 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]