How to make an XSLT from one scheme to another?

  • Thread starter Thread starter Ruslan Popov
  • Start date Start date
R

Ruslan Popov

Hello,

Can you recommend a tool for making XSLT schemas. Let's say I have one XSD
scheme, and I want to make another XSD scheme from the scheme 1, containing
generally the same elements, but groupped in another way, omitting some
fields, adding some others, making attributes from what was elements, etc. I
need to do that in a convenient manner. An online tutorial on using a
particular tool would be great.

Thank you.
 
XmlSpy by Altova is probably the best tool I know for this - and I believe
the personal edition is free. The MSDN documentation is probably the best
resource I've come across for writing XSLT though...
 
Back
Top