Odi's astoundingly incomplete notes
New entries | CodeXML 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.?Add comment