xsl-list
[Top] [All Lists]

RE: XML IDREFs

2005-03-04 10:52:36
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/



--~------------------------------------------------------------------
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>