0

I want to transform an xml file, display its treeview on a html page. I have downloaded an example, it has xslt, js, css and also some images. I used xmlspy to do the transformation, but it didn't work.

Could anyone please tell me how to do the transformation?

1
  • Perhaps some links of what you downloaded might help. Commented Mar 3, 2009 at 15:56

3 Answers 3

1

If you find it easier (as I do) to do as much in the browser as poss take a look at Johann Burkard's xslt.js:

http://johannburkard.de/software/xsltjs/

You can do/test your transformation right in the browser :)

Sign up to request clarification or add additional context in comments.

Comments

1

I'm guessing this is the example you're using. In which case, you shouldn't have to use XMLSpy to do the transformation. A newer browser will have an XSLT processor built-in! Try using the latest version Firefox or IE!

Comments

0

W3Schools has a good explanation on how to Transform XML using XSL.

[EDIT] After re-reading your question, it seems that you are looking for a tool to apply XSL to your XML file and which outputs the result? Have you already tried XML Notepad 2007?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.