while working on XMP Meta Data I noticed that the XPath node fails to validate the XPath which references an attribute with a colon. Interestingly, the XPath actually the one which the node suggests to use, though:
Yes, that is the āfallbackā approach I integrated in my example workflow. I was under the impression, since a colon is supported in the path declaration for leaves, itās a bug.
I created a ticket for the issue you have mentioned here. (AP-20866)
About the āleavesā or elements, colons are used after the namespaces. So, they are not part of the element name. The reason I have doubts not to consider this issue as a bug is the same fact that typically, colons in XML indicate namespace demarcation (e.g.). Yet, as I promised, I discussed it internally and we decided to have a ticket for it and investigate it further.
Thanks. Doesnāt the name space declaration using colons only apply for doubled colons ā::ā? Anyways, leaving it to you guys. Cheers and thanks again!