Subject: RE: Outputting XML to hidden HTML form fields
From: "Paul Brown" <prb@xxxxxxxxxxxxx>
Date: Mon, 15 Jan 2001 11:50:30 -0600
|
> Lorenzo De Sio:
> I need to output a raw XML node to a hidden HTML
> form field.
Attribute content needs to be text. Remember that there is a difference
between text and a document fragment (as from xsl:copy).
You need an extension function that will serialize a portion of a document
to text. I can explain how to do that with the Apache serializer that comes
with Xerces if you want.
- Paul
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|