Hello.

I am trying to write a taglib in which records are returned to me as xml strings (stripped of PI's) through external lookup functionality, for example like

"<records>
        <record>
                <title>
                        ...
                </title>
        </record>
</records>"

(newlines inserted here only for readability).

How do I insert these xml strings as part of the resulting XSP page with as little overhead as possible? Right now axkit escapes the string <records> -> &lt;records&gt;

With regards.
Jan

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



Reply via email to