xsl-list
[Top] [All Lists]

Re: [xsl] Modifying a DTD with XSLT

2010-10-04 05:21:55
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. ________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>