Generate the XML with given XSD
Hi All,
Im bit new to XML world, so I may asking dumb questions here.. sorry for that :)
Im getting search request through a XML file, I should extract those search parameters from it and perform the search against the DB and populate results back in a XML file. When creating this response XML file I must adhere to the given XSD file.
Here what I wanted to know is, Constructing the response message in XML while adhering to the XSD. How can I do this using a XSLT?
And whole this process should happen in programmatically in Java.
Any help will be greatly appreciated...
Any ideas for this..?
Last edited by kushanxp; May 16th, 2012 at 02:03 AM..
|