Skip to Content
0
Former Member
Oct 24, 2005 at 12:28 PM

XSLT mapping: namespace

256 Views

Hi,

I have a problem with my XSLT mapping... My scenario is <b>file to IDoc</b> (Orders05) and I use xsd schemes as external definitions.

When I test my mapping in the Interface mapping I don't get any values in the target IDoc. I think it's a problem with the namespaces but I'm not sure though...

Is this the correct way of filling up a field ?

<DATUM><xsl:value-of select="Document/Order/OrderHeader/Dates/RequestedDeliveryDate"/></DATUM>

Could anyone give me a <b>simple example</b> of xslt mapping, so I can match with my mapping ?

  • Source interface: MI_Orders

  • Target interface: ORDERS.ORDERS05

  • Source msg: Document

  • Target msg: ORDERS.ORDERS05

XML Document source message:

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

<ns0:Document xmlns:ns0="http://www.certione.com/RFOrder/Schema">
   <SenderID/>
   <ReceiverID/>
   <DocumentDate/>
   <DocumentNumber/>
   <TestIndicator/>
   <Version/>
   <Order/>
</ns0:Document>

Thx in advance!

Wouter.

Message was edited by: Wouter Dhaenens