Reputation: 412
I'm getting this error in oXygen XMl Editor 26.01
Include operation failed, reverting to fallback. Resource error reading file as XML (href='changelog.xsl'). Reason: InvalidShortHandPointer: The NCName of the ShortHand Pointer 'xpath((//p)[1]/@id)' is invalid.
for this expression
<xi:include href="changelog.xsl" xpointer="(//p)[1]/@id"/>
How could it be rewritten?
I'm using it in the context of XSLT 4.0 file.
Upvotes: 0
Views: 46