On Dec 16, 2004, at 9:55 PM, S. Woodside wrote:
I'm thinking you've got a recursive loop here. You said you had:
<xsl:template match="/"> <combined> <xsl:copy-of select="document('axkit:a.xml')"/> <xsl:copy-of select="document('b.xml')"/> </combined> </xsl:template>
presumably this xslt is being called from a.xml? In that case, calling document('axkit:a.xml') would be infinitely recursive and therefore very bad.
nope. I'm calling it from null.xml, which looks like this:
<?xml-stylesheet href="a+b.xsl" type="text/xsl"?> <null/>
any other ideas?
--fess
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]