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

Re: [xsl] Modifying a DTD with XSLT


Subject: Re: [xsl] Modifying a DTD with XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 04 Oct 2010 11:21:43 +0100

On 04/10/2010 11:08, Michael M|ller-Hillebrand wrote:
plan to make that change on-the-fly with the splitting of the source XML.

That may or may not be the best thing to do depending on other constraints. If it is then probably what you have is as good as anything, however if you have lots of documents all using the same dtd then you are doing this over and over again. doing the replace() probably doesn't take long, but doing the <xsl:result-document method="text">,... probably does.


You could instead just get your result documents to refer to a new dtd and edit that one once, by hand, perhaps, but as i say, it all depends...

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