RE: Struts - XML - Validation according to a XML Schema

2004-10-21 Thread Yoni . RACHOVITCH
Thank you for the answer but... I have no parser validating/understanding schema XML, so which one?, and how can I make my struts config understand Schema validation? I know it can be easy for you but it is not clear for me... Thanks -Message d'origine- De : Craig McClanahan

Struts - XML - Validation according to a XML Schema

2004-10-20 Thread Yoni . RACHOVITCH
Hi, i would like to parse a XML file through Struts AND also according to a XML schema. so may question is...what is the method to validate a XML file with a XML Schema before parsing it? thank you YR - To unsubscribe,

Struts - XML - XSL - Xquery

2004-10-08 Thread Yoni . RACHOVITCH
Hi, I would like to integrate all the mechanism about Struts and XML management (XML database) I have just got adocument about stxx (Struts for transforming XML with XSL) using XPath but I would prefer XQuery. However, I am not yet closed to XML, XPath and XQuery in Struts, so have you got

RE: Struts and XML

2004-10-07 Thread Yoni . RACHOVITCH
Hi, Have a look to the struts-example.war file from the jakarta-struts package It is struts-mailreader.war in the struts 1.2.4 that one deals with data stored in a XML database (database.xml). then this xml file is open, read, updated and finally closed by the application. good example.