[469177 views]

[]

[toggle ads]

Odi's astoundingly incomplete notes

New entries | Code

XML WTF

Life could be simple:
<description xml:lang="en">english text</description>
<description xml:lang="de">german text</description>
Instead the customer's SAP interface prefers:
<Descriptions>
  <Description>
    <Text languageID="en">english text</Text>
  </Description>
  <Description>
    <Text languageID="de">german text</Text>
  </Description>
</Descriptions>
SAP, can you spell B.L.O.A.T.?
posted on 2010-03-03 16:36 CET in Code | 0 comments | permalink