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

Re: RNC and inclusion in XSLT-generated XML documents astext?


rnc xml
Klotz, Leigh wrote:

> I'd like to include RNC examples in XMLSPEC just as we include XSD examples,
> but I can't see how to do it.
> I do see this ancient message from Eric van der Vist about including
> plaintext with an XSLT extension function, but surely there is now a
> portable solution I've just overlooked?
> Is there a standard way to include RNC (as opposed to RNG) in XML documents
> as text?

I don't think there's anything specific to RNC about this: it's the same 
problem with any text format.  There's no portable way to do this in 
XSLT 1.0.

If I had to solve this problem without using any XSLT extension 
functions, I would probably:

- write a trivial script in some convenient language to collect all the 
examples and wrap them up into a single XML document like this

<examples>
<example file="ex01.rnc">
<!-- RNC with < and & properly escaped -->
</example>
<example file="ex02.rnc">
...
</example>
</examples>

- then run XSLT using document() on the XML file with the collected examples

If that doesn't work because there's no way to identify the set of 
needed filenames, then I would add an initial step that runs an XSLT 
transformation on the input document that outputs the list of filenames 
as a text file, then use this text file as input to my script.

James


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.