Transform XML with publicly available XSLT



I don't have much practical experience with XSLT so I would need your "best practice" help on the problem. XML is automaticaly generated and sent to the user (emails, etc.). This XML contains the following header element (starting and ending element tags are deleted due to editor problems):



xml-stylesheet type="text/xsl" href="http://ift.tt/1uDasel"


XSLT is uploaded and available at given URL. What is the "standard/normal" way for user to open received XML with this transformation applied? (when I try with browser I get cross-domain error). Is it possible (and how) to arrange things so that user can simply double click attached XML and he/she will see transformed document?


Also when I try to open XML with MS Excel (which gives me an option to apply transformation) is quite "messy" (missing borders, etc.) compared to if I use browser (looks ok) although I am using very standard and simple HTML.. no fancy stuff.


No comments:

Post a Comment