Subject: Re: Feature Request: equivalent to DSSSL read-entity function
From: Paul Prescod <paul@xxxxxxxxxxx>
Date: Wed, 20 Jan 1999 06:52:38 -0600
|
"Borden, Jonathan" wrote:
>
> Let me add to this,
>
> what would be even better would be the ability to inject this external
> entity into the *source* XML tree for processing.
How would this be better?
> This would allow the
> important ability to merge several XML documents together into an output
> document.
You can do this without modifying the source tree. All you need is:
<process-xml-document-node href="...">
Processing a node in another XML document is conceptually no different
than processing one in the current document. You don't need to merge the
trees to have access to both.
Paul Prescod - ISOGEN Consulting Engineer speaking for only himself
http://itrc.uwaterloo.ca/~papresco
Don't you know that the smart bombs are so clever, they only kill
bad people."
- http://www.boingo.com/lyrics/WarAgain.html
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|