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

Reply via email to