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

Re: document() for non-XML documents

Subject: Re: document() for non-XML documents
From: Rick Geimer <rick.geimer@xxxxxxx>
Date: Mon, 11 Oct 1999 11:13:06 -0700
Re: document() for non-XML documents
How about referencing the entity from an attribute?

	<!ELEMENT foo EMTPY >
	<!ATTLIST foo 
		bar ENTITY #REQUIRED >
	<!ENTITY sometext SYSTEM "compositions.txt" NDATA text>

	<foo bar="sometext"/>

Rick Geimer
National Semiconductor
rick.geimer@xxxxxxx
	

David Carlisle wrote:
> 
> > Until then, it sounds like you don't really need the included file to be
> > treated as a source tree. Why don't you just declare an external entity:
> >
> > <!DOCTYPE xsl:stylesheet [
> >     <!ENTITY sometext SYSTEM "compositions.txt">\
> >     <!ENTITY nbsp "&#xA0;">
> > ]>
> > ...
> > <foo>Here's that file: &sometext;</foo>
> 
> This doesn't work if the text file contains something that could be
> mistook for XML markup, in particular < or &. You have to preprocess
> your file into XML eg to convert < to &lt; with sed, or perl etc.
> 
> David
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 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.