Tranform XML with XSL

C

Cengiz

Hi,

why using explicitly a XMLReader-instance for transforming a xml with
a xsl does not have the same result like using the default reader.

e.g:

1. with a explicit reader:
xslt.transform(new SAXSource(xmlReader,new InputSource(new
FileInputStream (responseFileName))), output);

2. with default reader:
xslt.transform(responseData, output);

the first output is an "xml"-File without tags, only values:
e.g: 12343 4324 etc
the second (with default) is a valid "xml"-File:
e.g: <NUMBER>12342</NUMBER> ...

How can i bring a reader to transform in a valid xml-File
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top