Tagged Questions
2
votes
1answer
1k views
XmlSchema Whitespace collapse: What happens to multiple whitespaces?
I use the following XmlSchema:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.test.com/XmlValidation"
...