XML/XSL problems

Cory L Hubert clhubert at ttech.org
Fri Oct 29 16:47:17 BST 1999


	Try using the SAXON api http://users.iclway.co.uk/mhkay/saxon/index.html.
It's pretty straight forward.   If you go to the site you could even
download a saxon executable.  This way you don't have to do any java
programming.   All you need to do is supply the xml & xsl documents.


-----Original Message-----
From: owner-xml-dev at ic.ac.uk [mailto:owner-xml-dev at ic.ac.uk]On Behalf Of
Lars George
Sent: Thursday, October 28, 1999 1:44 PM
To: Xml-Dev
Subject: XML/XSL problems


Hi,

I just tried to transform some XML files into HTML using different XSL
stylesheets. I tried Oracles XML/XSL classes and XT/XP (even the XT
standalone Windows executable).

The problem I have that whatever I try all I get as an output to the
transformation is just the plain XSL file, with just minor changes in it.
All that happened is that tags like <xsl:apply-templates /> are transformed
into pairs like <xsl:apply-templates> </xsl:apply-templates>. But no trace
of reading in the XML data, all processing instructions are still the ones
from the XSL file.

At the end of my efforts I even tried to transform samples from the book
"XML Bible". They used XT and also showed what you have to type in to get
the results. BUT in my case that did not work either. I still get the plain
XSL file instead of a parsed HTML with the data from XML file in it.
BTW: The same XSL work if I include them into the XML using a link and then
display it with IE5. The result is correct, but only with IE5 not when I use
the same samples and the pure Java parsers/processors.

Question: What am I doing wrong here?

TIA,

Lars George
Woodgate Research Pty Ltd
Brisbane, Australia


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN
981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following
message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list