<fpdl:StartNode Id="Goods_Deliver_Process.START_NODE" Name="START_NODE" DisplayName="">
<fpdl:ExtendedAttributes>
<fpdl:ExtendedAttribute Name="FIRE_FLOW.bounds.height" Value="20"/>
<fpdl:ExtendedAttribute Name="FIRE_FLOW.bounds.width" Value="20"/>
<fpdl:ExtendedAttribute Name="FIRE_FLOW.bounds.x" Value="11"/>
<fpdl:ExtendedAttribute Name="FIRE_FLOW.bounds.y" Value="117"/>
</fpdl:ExtendedAttributes>
</fpdl:StartNode>
fpdl is the namespace of xml, how can i operate the element of the xml by using the actionscript.I try to use example.[“fpdl:ExtendedAttribute”] to visit the element, but it doesn’t work.
Thanks.
Here’s a more complete manual of AS3 XML namespaces.
Personally I find default xml namespace = ns; to be damn ugly.