02-08-04 01:42 PM
hi,
I'm trying to get the value of the attribute code inside an xlang by
creating a field in a data message. This is the xml doc. Note there is a
namespace.
<aic_wrapper xmlns="http://rst.emea.hp.com/aic_wrapper"
code="00000000-0000-0000-0000-000000000000">
</aic_wrapper>
The xlang gives me an error: "The XML Query returned zero nodes". That is
the error what you would get if the attribute is missing. So somehow, the
xlang is ignoring the namespace. How can I fix this?
Thanks,
D.
[ Post a follow-up to this message ]
|