This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Outputting XML to hidden HTML form fields




> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]