[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Problem XML Situation


Subject: Re: [xsl] Problem XML Situation
From: Mike Brown <mike@xxxxxxxx>
Date: Mon, 10 Jun 2002 02:50:31 -0600 (MDT)

Joel Konkle-Parker wrote:
> Here's an example of the news.txt file I'm trying to include

If the only difference between this file and a well-formed XML document is 
that it's missing a root/document element, why not just make a wrapper for
it:

<?xml version="1.0"?>
<!DOCTYPE NewsText [ <!ENTITY txt SYSTEM "news.txt"> ]>
<NewsText>&txt;</NewsText>


...and then in your stylesheet,

  <xsl:copy-of select="document('wrapper.xml')/NewsText/node()"/>

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

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



Current Thread
Keywords
xml