I’m new to Schematrons, and in one of the patterns I need to include a URL to a reference material. The URL requires the use of ampersand, as in the following example:
Code: Select all
<pattern id=”myExample” see=”https://www.reference.com?source=something&action=myAction§ion=mySection”>
The error message I receive in <oXygen/> XML Developer 18.0 is: The reference to entity "action" must end with the ';' delimiter.
I’ve used several combinations, tried to escape the ampersand (%26, & and &), but I don’t get the result I need: a valid link to the reference when clicking it on the Error Result viewport pane in <oXygen/> XML Editor 18.0.
Suggestions?
Thanks in advance,
Grethel.