Skip to content

Tag Archives: validation

How do I upload an XML file to a SQL Server database, I already have a database with a XML type field and?

How do I upload an XML file to a SQL Server database?, I already have a database with a XML type field , the FileUpload control with the validation for .xml files only and the Button control

how to read the subchilds from a XML file using JSP?

this is my XML file: <prog> <name>M</name> <child> <name>CM</name> <subchild> <name>SM</name> </subchild> </child> </prog> All i need now, is to fetch the value "SM" alone from the XML either using java or JSP. JSP wud be a better choice. Please someone help me on this !! Thanks and Regards. i want the procedure to be [...]

What's the best free XML Editor for Eclipse IDE 3.2.2?

I’m looking for the best free XML editor plugin for the Eclipse IDE. It must be compatible with Eclipse IDE version 3.2.2. Some preferred features of the XML editor: Code-assist / auto-completion Graphical view of XML structure (in table or diagram) XML Validation XPath Testing (Optional) Anything else that would be good for XML development [...]

Please recommend an open-source editor that reads a XSD/XSL to present an XML file for editing?

Ideally the editor input would be the XSL that describes the user interface, the XSD that would implement some validation, and the XML file that is to be edited. An open-source solution would work best for my purposes.