Posted: Tue Jul 29, 2003 9:28 am Post subject: XML attribute
Apprentice
Joined: 19 Dec 2001 Posts: 27
Hello, I have an attribute in an XML tag as such:
<XMI xmi.version = "1.0">
</XMI>
I am having trouble navigating to the attribute to assign it to a variable.
I am doing:
Set version = InputRoot.XML.XMI.(XML.attr)xmi.version;
The debug trace states it can't navigate to the path. When I have the attribute as version instead of xmi.version it works fine. However, we need to use the attribute xmi.version.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum