Subject: RE: XML IDREFs
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 4 Mar 2005 17:52:36 -0000
|
> How would I do a
> cross-reference with different xml files? Is there a
> way? Is it even possible?
It's possible in XSLT 2.0, provided you have a schema:
<xsl:document validate="lax">
<wrapper>
<xsl:copy-of select="document('doc1.xml')"/>
<xsl:copy-of select="document('doc2.xml')"/>
</wrapper>
</xsl:document>
Michael Kay
http://www.saxonica.com/
| Current Thread |
- XML IDREFs
- c p - 4 Mar 2005 17:33:30 -0000
- David Carlisle - 4 Mar 2005 17:48:12 -0000
- Michael Kay - 4 Mar 2005 17:52:55 -0000 <=
- <Possible follow-ups>
- c p - 4 Mar 2005 18:25:13 -0000
|
|