Is there any application to generate an XSL Stylesheet from an XML file? I have a very complex XML file, which is a well-formed SVG file.
Is there any software application to convert XML to XSL?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Based on your previous question, I assume you want to create an XSL-FO file from an SVG image.
One option would be to just include the SVG image inline in a
fo:instream-foreign-object. A complete example (using this SVG image):Another option would be to refer to the SVG image from a
fo:external-graphic:If you want automate this, you could just write a XSLT which transforms the SVG to a XSL-FO document with the SVG embedded: