[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Problem XML Situation

Subject: RE: Problem XML Situation
From: "Joel Konkle-Parker" <jjk3@xxxxxxxxxxx>
Date: Tue, 11 Jun 2002 19:56:38 -0500
RE:  Problem XML Situation
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks for your advice, but this method doesn't seem to work in
Mozilla. The wrapper file I created is:

http://www.ballsome.com/test/news/news.xml

It works fine in IE, but that's not acceptable for my purposes. Any
ideas?

- -joeljkp

- ---------------------------------------
http://www.ballsome.com 

- -----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Mike Brown
Sent: Monday, June 10, 2002 3:51 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  Problem XML Situation


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


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPQacRX880CLOJa2eEQIjAwCgr+/2vCRWwpI7A9mYE2WNKY5cHgAAnAuI
qHFUo8ncw88O3SMbTa9Pl14b
=tQfP
-----END PGP SIGNATURE-----



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.