Hi,
Is it possible to select an element in the XML SyntaxEditor view according to an Xpath?
Regards,
Estelle
Hi,
Is it possible to select an element in the XML SyntaxEditor view according to an Xpath?
Regards,
Estelle
Hi Estelle,
No, I'm sorry but we don't have anything that supports XPath in the product. If you had a custom query engine, you might be able to examine the document's AST and walk the nodes there. Or you could load up the full text of the document and use Microsoft's classes to execute the XPath to determine the location of the result.
Please log in to a validated account to post comments.