[xsl] null call of document function

Subject: [xsl] null call of document function
From: Steve <subsume@xxxxxxxxx>
Date: Fri, 6 Apr 2007 12:03:49 -0400
Hey there,

What if I want to make a call to the document() function but I don't
expect any value?

I have a processing script that can be called from XSL which basically
just inserts a row into a table, a la....

document(concat($script,'module=Warn&amp;warning=Good riddance'))

But putting this <xsl:value-of select="document(...)" /> doesn't
really make any sense. I don't care about its value!

-Steve

Current Thread