What is the best way to validate XML against XML Schema, parsing it and storing data back to MySQL Database using Perl? -
Currently I am working with XML and I want to know that to validate XML against XML Schema What would be the best way, parse it and keep it again using Perl in MySQL database?
I think the XML :: for the purpose of parsing Xerces, but it is not certain that this is the correct approach
Note: I have a very large XML file of 1 GB Shape.
XML excerpts will match your needsI'm using it and I really like it.
In addition to your first edit:
Since your XML file is very large, you have to consider optimizing many parsing process
Add another :
If you do not want to write simple XML in your database ... it is important that you have a look at your data, because your validation is outdated when you have written it in a different database in the database . Make sure that you are valid with a good plan and some additional assumptions, the larger XML can sometimes be tricky.
Comments
Post a Comment