Adobe Indesign with aid tags
I have to read an indesign.xmlelement.But in the input XML I am having aid:pstyle and aid:cstyle tags.When i am using EvaluateXPathExpression it does not return any value.
In the XML
<table-group></table-group> when i am using rootElement.EvaluateXPathExpression("//table-group") it gives the correct output.
But when I am using <p aid:pstyle="Tx1"></p> It does not return anything. Can you please kindly suggest me to handle aid: attributes containing tags?