Subject: Java Extension returning <>
From: "Venkateshwar Bommineni" <vbommineni@xxxxxxxxxx>
Date: Thu, 4 Apr 2002 17:26:28 -0500
|
Hi all,
I am using a java class by using XSLT extensions support. This class
basically returns a constructed processing instruction as <?sender='A'
receiver='B'?>
but in the final translated XML document it showed up as:
<sender='A' receiver='B'>
So I changed my method to return as: <sender='A' receiver='B'>
In this case it produces final XML as:
&lt;sender='A'
receiver='B'&gt;
How to solve this issue?
thanks in advance
Venkat
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|