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

Re: Keeping doctype declaration in resulting output [X

Subject: Re: Keeping doctype declaration in resulting output [XSLT 1.0]
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 05 Oct 2010 11:16:40 +0100
Re:  Keeping doctype declaration in resulting output [X
On 05/10/2010 11:09, pankaj.c@xxxxxxxxxxxxxxxxxx wrote:

But what about keeping the DTD declaration along with Entity in resulting
output (required for roundtriping).

In XSLT you can read in the source file as text, using unparsed-text() and then use string functions to cut off the input doctype declaration and re-use.


In XSLT1 you may find system extension functions that may let you do something similar.

Alternatively rather than trying to preserve the input declarations, something closer to a pure xslt model of the transformation would be to generate any declarations that you need.

Basically pass through the input file and for every attribute of type ENTITY that you are going to copy to the output, extract the unparsed-entity-uri() and generate a suitable ENTITY declartation which you can output (using disable-output-escaping) as part of a local doctype declaration.

david

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


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.