Hello, I want to know how do I set the xml file format that XmlRequestHandler understands. Should I extend it, or it can be done via some configuration, maybe some xml file describing the template it should understand?
I understand the easiest way to do that is getting the original xml file and converting it the expected format via XQuery or XSLT. After that I would post the file. I could extend XmlRequestHandler, call the apropriate method and run a the correct method from the original XmlRequestHandler right? -- Alexander Ramos Jardim