Hi list,
this is my very first message and I'm happy to join this list!

I'm parsing a huge xml file, and i'm using xpath (as3 version) with memorphic package (http://code.google.com/p/xpath-as3/)
but I cannot reach a single attribute value on a node:
ex:
<someElement *someAttribute="some value"*>
...
...
</someElement>
and i need this value to build a menu.
I'm trying to reach this value with this path: "root/ancestor/someelem...@*someattribute*"

But i get this error:
"/Error: Some parsing went awry
   at memorphic.parser::SyntaxTree/verifyTree()
   at memorphic.xpath.parser::XPathParser/parseXPath()
   at memorphic.xpath::XPathQuery/set path()
   at memorphic.xpath::XPathQuery$iinit()/"

Does anyone fixed this issue?

Thanks for your answers (and sorry for my english)!

Davide.
--


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to