aspose file tools
The moose likes XML and Related Technologies and the fly likes help - Question on XSD and XSL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "help - Question on XSD and XSL " Watch "help - Question on XSD and XSL " New topic
Author

help - Question on XSD and XSL

Ravi Naidu
Ranch Hand

Joined: Apr 23, 2001
Posts: 43
I have a question. I have a xml file,
I created a xsd file ( it is the same as dtd).
Everything worked fine and I am using Turboxml to do this.
Then i created a xsl file.
I used turboxml to convert this file to html file.
It will not display the way i want if I have xsd linked to the xml file.
But if i remove xsd file link to the xml file then the display works fine.
I don't understand why. Do you know what is going wrong. Can you advice me on what I must do to use all the three xml, xsd and xsl.
L Goundalkar
Ranch Hand

Joined: Jul 05, 2001
Posts: 395
Hi,
Can you be more specific..
I mean can you add the code snippets in your post so that your problem can be clearly viewed.
Thanks.

------------------
L Goundalkar
lggoundalkar@hotmail.com
Sun Certified Programmer for Java 2 Platform


<b>L G Goundalkar</b><br /> <a href="mailto:lggoundalkar@yahoo.com" rel="nofollow">lggoundalkar@yahoo.com</a> <br />Sun Certified Programmer for Java 2 Platform.<br />Sun Certified Web Component Developer for J2EE.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: help - Question on XSD and XSL
 
Similar Threads
displaying XML formatted by XSL in JSP
Generate xsl from DTD
How to Create a Byte Arrary from a XML File?
Use different XSL files on the same XML doc
How to integrate XSL and java