Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

RE: RE: RE: Doctype specific XML Validator

by BastardOperator (Monk)
on Sep 09, 2000 at 03:32 UTC ( [id://31715]=note: print w/replies, xml ) Need Help??


in reply to RE: RE: Doctype specific XML Validator
in thread Doctype specific XML Validator

O.k. I'm with you, you're talking about the DTD's. I just wouldn't call that proprietary because..well..that's the point of DTD's. They're supposed to be customized. My impression from your post was that the XML specification (or components related to, such as DTD) had been changed to suite that company. Creating a DTD to specify what data is valid and what isn't is, of course, why XML is as good as it is.

NOTE:
For those who have no idea about XML, a DTD is a "Document Type Definition" which specifies how your data will be structured, what's valid, what's required, etc. XML::Parser and other _validating_ parsers will check an XML document against the specified DTD to ensure that it meets that specification, not all parsers do that (i.e. non-validating parsers). This is very well suited to many things, and is largely becoming an excellent way for different businesses to exchange information.

NOTE2:
We're all so darned geeky here that I'm sure nobody got anything out of that ;). Just lookin' out for the potential new guy.
  • Comment on RE: RE: RE: Doctype specific XML Validator

Replies are listed 'Best First'.
(PotPieMan) RE: RE: RE: RE: Doctype specific XML Validator
by PotPieMan (Hermit) on Sep 09, 2000 at 04:37 UTC
    Right. I guess I shouldn't have said proprietary. I was merely sticking with the language used in your previous post. It's not really that the XML specification is changed when a company creates a DTD. A DTD just spcifiies a structure for data in an XML document. And yes, you are correct that creating a DTD is why XML is so cool.

    -ppm

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://31715]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-19 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found