[
Lists Home |
Date Index |
Thread Index
]
- From: David Orchard <orchard@pacificspirit.com>
- To: 'Paul Grosso' <pgrosso@arbortext.com>,"'Xml-Dev@Xml. Org'" <xml-dev@xml.org>
- Date: Mon, 24 Jul 2000 21:42:24 -0700
Or XInclude. old syntax: <xml:include href="mystuff.xml">. Oh right,
nobody's implemented XInclude inside XSLT yet.
Cheers,
Dave Orchard
-----Original Message-----
From: Paul Grosso [mailto:pgrosso@arbortext.com]
Sent: Monday, July 24, 2000 8:11 AM
To: Xml-Dev@Xml. Org
Subject: Re: Proposed New XSL Element -" xsl:insert" - Could it be
considered
At 07:16 2000 07 24 -0500, Jim Garrett wrote:
>after hacking around with xsl:include and xsl:import ...as a method to
>"simply" insert an external xsl file in the stream ...it appears that a
>xsl method does not exist to "simply" accomplish what I want ... So my
>issue is to find a method to "simply" insert the header, menu, footer and
>various structures in the master table layout... It would be so
>convenient to just have an "xsl:insert" element that would just allow me
to
>"simply" insert an external xsl file "here" at will...
Try XML general entities:
http://www.w3.org/TR/REC-xml#sec-entity-decl ff
|