We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TXMLDocument.LoadFromStream given this as input '<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd = "http://www.w3.org/2001/XMLSchema" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" ><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"></SOAP-ENV:Body ></SOAP-ENV:Envelope >'
Returns a parse error: End tag SOAP-ENV:Body does not match the start tag SOAP-ENV:Body.
Note the spaces before > in these: </SOAP-ENV:Body ></SOAP-ENV:Envelope >'
removing the space works, however this passes XML validation from a variety of source and white space should be allowed in this position.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TXMLDocument.LoadFromStream given this as input '<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd = "http://www.w3.org/2001/XMLSchema" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" ><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"></SOAP-ENV:Body ></SOAP-ENV:Envelope >'
Returns a parse error: End tag SOAP-ENV:Body does not match the start tag SOAP-ENV:Body.
Note the spaces before > in these: </SOAP-ENV:Body ></SOAP-ENV:Envelope >'
removing the space works, however this passes XML validation from a variety of source and white space should be allowed in this position.
The text was updated successfully, but these errors were encountered: