to those confused by the repeated emails. I sent from the wrong account which was not subscribed so the email seems to have gotten sent in for moderation. Having realized I used the wrong email addr, I resent the message using the correct email address.


Later it seems the original email gets moderated and goes through.
thanks to whomever is moderating these through.

--fess


On Dec 17, 2004, at 9:30 AM, John Fessenden fess wrote:


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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to