xsl-list
[Top] [All Lists]

[xsl] null call of document function

2007-04-06 09:04:08
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&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

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