Hi,
I had posted the attached message last week, however I realized that the
problem as listed below was due to incorrect XSL usage and not Xalan.
Using xsl:element and the namespace attribute the problem is resolved.
Thanks.
Michelle Pinto
> -----Original Message-----
> From: Pinto, Michelle
> Sent: Thursday, July 12, 2001 4:30 PM
> To: '[EMAIL PROTECTED]'
> Subject: Re: support for XSLT and Schema
>
> Please advise on the problem listed below.
>
> Thanks for your help.
>
> I get incomplete output using the command line xalan-j_2_2_D6 utility i.e.
> java org.apache.xalan.xslt.Process -in temp.xml -xsl temp.xsl
> if the temp.xml file's root element <bus_resp> contains schema information
> i.e.
> <bus_resp xmlns="http://www.jonescyber.com"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.jonescyber.com
> view_acservices_busresp.xsd">
> The incomplete output is that the values for the other XML elements in
> temp.xml do not get printed in the HTML output.
>
> If I comment the schema attributes and simply have <bus_resp> root element
> in the temp.xml's root element, the transformed HTML is correct.
>
> Thanks.
> M. Pinto
>