cancel
Showing results for 
Search instead for 
Did you mean: 

XML Stylesheet

Former Member
0 Kudos

Dear All

I am doing a simple proxy to file scenario in which I have to generate an XML in the end. Using the existing structure I have creatd the xsd and imported it as an external def.

Now a requirement has come that I have to put the stylesheet strength:

<?xml-stylesheet type="text/xsl" href ="../attachments/Config/SiteReport_html.xsl"?>

But when I am generating XSD after adding this tag afer <?xml version="1.0" encoding="UTF-8"?> I cannot see it both in the xsd and in my final xml output.

How can I add this in the output xml file

Sourabh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Used a custom Java mapping to solve this problem