cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT Mapping......xsl-xs difference

Former Member
0 Kudos

Dear all,

In one of our scenarios we have used an xsd file where in we used xs instead xs1 and at the begining there was no name space.

Can you throw more light on the same as I am confused.

Thanks,

Srinivasa

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Srinivasa,

the prefix (xs or xsl or xsd) is standing for a special namespace, which you define in the XML msg itself with the root attribute

xmlns:<prefix>="<namespace>"

You are free to choose a prefix, for XML Schema usually prefix xsd is used, for XSL Stylesheets usually prefix xsl.

Regards,

Udo

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi !

we can change the prefix "ns" to "xs" in the file adapter

if we want to convert a csv-file to a xml-file

depend on your requirement

<b>have a look at this thread discussed about conversion xsd:date to xs:date</b>

will get some idea from above thread discussion

Thanks !!

Former Member
0 Kudos

Hi,

Go through these

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/01a57f0b-0501-0010-3ca9-d2ea3bb9...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9692eb84-0601-0010-5ca0-923b4fb8...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/006aa890-0201-0010-1eb1-afc5cbae...

Some scenarios

/people/sap.user72/blog/2005/03/15/using-xslt-mapping-in-a-ccbpm-scenario

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

Regards,

AKshay Jamgoankar,

    • Reward points if find useful.

Former Member
0 Kudos

Thanks for the information but I require the difference between xsl and xs.