up vote 0 down vote favorite
share [g+] share [fb]

I saw this post does anyone knows about some C# framework doing similar like dom4j do? I need to build up XMLs using XPATHs.

Cheers, DD

link|improve this question
1  
I thought XPATH was for searching in existing XML streams and plucking out values, not "building up" new ones. I'd be shocked if C# didn't already have such a thing. It's likely to be just one, instead of the many alternatives available to Java (e.g., dom4j, jdom, etc.). – duffymo Jul 26 '09 at 14:13
Not XPath expression related, but some sort of XPath engine implementation question. Retagging – user357812 Jan 15 '11 at 14:24
feedback

1 Answer

Check this post about XML in C#.

link|improve this answer
didn't find the dom4j corresponding FW... – Daniel Deer Jul 26 '09 at 16:24
feedback

Your Answer

 
or
required, but never shown