XML Schema Validator
Know the component and how to use it.
Parameters
Parameter
Description
Default value
Data type
"<?xml version=\"1.0\" encoding=\"UTF-8\"?><!DOCTYPE foo [ <!ENTITY xxe SYSTEM \"file:///etc/passwd\"> ]><stockCheck><productId>&xxe;</productId></stockCheck>"Messages flow
Input
Output
{
"success": true,
"valid": true,
"errors": [
{
"lineNumber": 10,
"columnNumber": 2,
"message": "Invalid type",
"publicId": null
}
]
}
Was this helpful?