I have an applet which takes an xml fragment  as input, because it displays
document by reading the underlying xml document model.

I need to give this xml fragment to the applet by inserting it into an html
param tag like this.

<PARAM name="text" value="XMLSNIPPET"/>

Till now I did that inside an XSP with

<PARAM name="text">
    <xsp:attribute
name="value"><xsp:expr>contentObject.getXMLSnippet()</xsp:expr>xsl:attribute
>
</PARAM>

But now I need to do the same inside an XSL, and IT DOES NOT WORK. All
Tags/XML-Element are stripped out. Nothing left than plain Text.

Whats wrong here? Any idea?

Thanks in advance. Rob

............................................................................
 ROBERT SÖSEMANN  ([EMAIL PROTECTED])

 schwärzlocherstr. 29/1 | 72070 tübingen
 tel : 07071 / 400 880


 icq# : 100 467 870
 pgp-keys : www.webspace-journey.de/pgp.asc
............................................................................


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

Reply via email to