I just ran into the problem of validation this afternoon. I have about 300 XML files within the same directory. every now and then some of the files are edited by hand. However all files should conform to the same schema. Therefore I was thinking about possibilities to automatically validate each file in the directory against a known xml-schema. My idea is something similar to the linkstatus-functionality of cocoon: the validation process is started manually (by clicking a link) and as a result I will get a report stating for each file if it's valid or not. If it is not valid I the violation will be printed out. Performance for this application is not a big issue, because the task will rarely be used and the the server has plenty of CPU-power and RAM. Could your validation be of any help to me?
RGDS
--mv
I did the validation with a transformer and an action. Let me know which one you want and I'll help you.
If I have the time to do it, i'll write an HOW TO on Cocoon Wiki.
At 21:06 28/12/2003 +0000, you wrote:Stephan Coboos wrote:
Hello,
how can I switch on the xml validation in cocoon? I want to validate a xml document with a dtd during reading with the generator.
Generally speaking request time validation is not done, as it is bad for performance.
However, for the sake of testing and development, XML validation could be useful, and has been mentioned a few times. Unfortunately, I haven't heard of anyone actually doing it. I think a validation transformer would be useful.
Regards, Upayavira
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Lionel CRINE Ing�nieur Syst�mes documentaires Soci�t� : 4DConcept 22 rue Etienne de Jouy 78353 JOUY EN JOSAS Tel : 01.34.58.70.70 Fax : 01.39.58.70.70
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
