Jing does not report an error when the following Relax NG schema is used to
validate the XML file below
test.rnc
start = element test { xsd:Name - (forbidden) }
forbidden = "forbidden"
test.xml
<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="test.rnc" type="compact"?>
<test>forbidden</test>
If the reference to the forbidden pattern is replaced with its value then
the error is reported.
The problem is that the RefPattern is not handled in DataDerivFunction and
in DataDerivTypeFunction.
Original issue reported on code.google.com by georgebina76 on 22 Jul 2009 at 2:51
Original issue reported on code.google.com by
georgebina76
on 22 Jul 2009 at 2:51