|
Subject: [xsl] seamless processing of multiple XML fragments From: Dan Diebolt <dandiebolt@xxxxxxxxx> Date: Mon, 3 Sep 2001 11:28:02 -0700 (PDT) |
I have some xml that looks like this conceptually:
<root>
<a>
<b>B</b>
<c>
<d>D</d>
<e>E</e>
<f>F</f>
</c>
</a>
<g>
<h>H</h>
<i>I</i>
</g>
</root>
However, the XML is actually stored in two files:
File1.xml:
<root>
<a>
<b>B</b>
<include file="File2.xml"/>
</a>
<g>
<h>H</h>
<i>I</i>
</g>
</root>
File2.xml:
<c>
<d>D</d>
<e>E</e>
<f>F</f>
</c>
The tag <include file="File2.xml"/> conceptually shows where the xml
fragment in the second file should be inserted into xml fragment in
the first file. I could accept any mechanism that allows this type
of insertion. Here is my questions to the list: Is there a way to
implement this so that the XSLT processing is seamless? I don;t
want to concern myself with tracing nested includes in writing the
XSLT. Your help is appreciated.
Regards,
Dan
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] checking checkboxes based, Adam Darwin | Thread | Re: [xsl] seamless processing of mu, Aleksei Valikov |
| Re: [xsl] How to test on more than , Trevor Nash | Date | Re: [xsl] seamless processing of mu, Aleksei Valikov |
| Month |