Hi Folks, XML Schema hosts the DFDL language, i.e., DFDL properties are added into an XML Schema.
XML Schema is XML. XML does not allow (among others) the NUL character. That means I cannot directly copy (from somewhere) a NUL character and paste it into an XML document, nor can I indirectly use the NUL character via XML's character entity mechanism. DFDL allows the NUL character via the DFDL entity %NUL; Isn't this a problem? Isn't DFDL violating a basic rule of XML? /Roger
