cancel
Showing results for 
Search instead for 
Did you mean: 

XSL reference

Former Member
0 Kudos

Hi all,

does anyone know how to insert into an XML file generated by XI the reference to an XSL file, eg:

<?xml version="1.0" encoding="UTF-8"?>

<b><?xml-stylesheet type="text/xsl" href="Format.xslt"?></b>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ED,

If you still want to do it your way , well i just chanced upon a link, which explains a logic of achieving it. It is a bit complicated tho.

http://www.biglist.com/lists/xsl-list/archives/199909/msg00202.html

cheers

Sameer

Former Member
0 Kudos

Here you go

<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="yourxsl.xsl"?>

cheers

Sameer

Former Member
0 Kudos

That he has already postet ..

i think he wants to know how he can add this to a xml file wich comes from XI.

Former Member
0 Kudos

oops robin sorry that was a mistake.

Actually we can add multiple XSLT mapping in the interface mapping, instead of trying to add a href to the output xml. This method is easier.

Former Member
0 Kudos

Hi,

why you whant to do this ?

you can add XSLT Mappings on the Interface Mappings.

Regards,

Robin