
I'm using the Silverlight SyntaxEditor with an XML document, and I'd like to be able to get the Xml node or an AstNode (using the editor's Document's XmlParseData).
Is there a mechanism that will return either if I provide the document's text and line/offset information? I tried usingbut that didn't seem to help as it only returned the top level node for the entire document.
Thanks,
-Craig
[Modified at 06/20/2011 05:45 PM]
Is there a mechanism that will return either if I provide the document's text and line/offset information? I tried using
parseData.Ast.FindChildNode(offset);
Thanks,
-Craig
[Modified at 06/20/2011 05:45 PM]