From: Sharan Basappa
> Also, I have heard a bit about xml schemas. Does the fact that I am
> using my own format
> of xml file make any difference?

Only if you actually need to formally validate your files against a
schema. In that case, you would need to create the schema and follow its
rules when you write the XML. In most cases where XML is used as
configuration input, the schema or DTD never gets written. The parsing
done by the application is all the validation needed.

Bob McConnell

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to