Search Results

1
vote
4answers
384 views

Can XPath return only nodes that have a child of X?

Is it possible to use XPath to select only the nodes that have a particular child elements? For example, from this XML I only want the elements in pets that have a child of 'bar'. So the resultin …
0
votes

What is Adobe Flex? Is it just Flash II?

Flex is basically a language that compiles down to a flash "movie" or "applet", that will run in the Adobe Flash player plugin. …