Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to test XPath queries on a target assembly?

assembly queries target Test xpath
0
Posted

How to test XPath queries on a target assembly?

0

Internally, AspectDNG uses XPath to identify the aspects to weave and the target joinpoints. If you want to test an XPath query on a pre-compiled assembly, just query it like that: aspectdng.exe -query yourAssembly.exe (or .dll) //Type[match(., ‘*MyType*’)] The XPath queries will in fact be re-factored by AspectDNG. The real query will be displayed on the command line. The standard XPath functions are available, and you can also use the match() function that uses Regular Expressions to check a string content.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123