stephen1313 Posted October 24, 2010 Share Posted October 24, 2010 Is there a tool that will read my XML file and infer an XSLT file? Link to comment Share on other sites More sharing options...
boen_robot Posted October 25, 2010 Share Posted October 25, 2010 What is that supposed to mean?XSLT is used to convert one XML to any other. There's no generic pattern that a program can extract from an XML file, even assuming it knew the targeted XML language.There are some programs that convert a specific language to a specific other language, but those are usually not done in XSLT, or are done with a custom XSLT which you can't access. There are exceptions of course - there's this XSDtoRNG convertion XSLT, but that XSLT was not generated - it was carefully crafted thanks to the author's knowledge of both XSD and RNG.If there is a direct 1:1 mapping from your XML to the target XML, you can use for example StylusStudio, with their XSLT Mapper tool - it generates XSLT based on the mappings you tell it within a GUI. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.