vote up 0 vote down star

Hi Guys, 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

flag
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 at 14:13

1 Answer

vote up 0 vote down

Check this post about XML in C#.

link|flag
didn't find the dom4j corresponding FW... – Daniel Deer Jul 26 at 16:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.