Hi,
I need to make comments from an XML file translatable in Studio:
<!--Comment Text-->
The following XPath expression works in XMLSpy but not in a Studio XML Parser Rule (set to Always Translatable):
//*/comment()
I assume that Studio simply does not allow to extract XML comments. Is there any other solution pre-/post-processing the file?
Thanks in advance!
Christine