filtering with attributes in xml
my xml name is dp in flashbuilder 4.5
<?xml version="1.0" encoding="utf-8"?>
<power_ok>
<yes id="1" name="power seated">
<yes id="11" name="is 110 volt"></yes>
<no id="12" name="change it"></no>
</yes>
<no id="2" name="data in screen">
<yes id="21" name="retry boot"></yes>
<no id="22" name="video falure"></no>
</no>
i'm trying filter data
dp.yes.(@id = "11")
not working pls me
i think error in xml structure
what best way save decision trees data deal with
xml or database , how
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment