gildir has asked for the wisdom of the Perl Monks concerning the following question:
I have just a simple, yet difficult question:
What is the right way to implement XML languages?
I mean implementation of things like RDF, SAML, XKMS, XACML, etc. Should I subclass XML::Parser? Or write a standalone class that uses XML::Parser? What about schema chcecking? Is there any way that I can parse SAML assertion and at the same time check it against a schema? Please point my nose in the right direction.
Don't answer TIMTOWTDI, please. I'm aware that there is no single 'absolutly the right one' way to implement these languages. But I'm sure some of you already did things like that and there is much experience to share.
Thank you.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to implement XML languages
by ajt (Prior) on Jan 15, 2003 at 18:59 UTC | |
Re: How to implement XML languages
by dragonchild (Archbishop) on Jan 15, 2003 at 15:59 UTC | |
Re: How to implement XML languages
by vek (Prior) on Jan 15, 2003 at 19:13 UTC | |
Re: How to implement XML languages
by mirod (Canon) on Jan 15, 2003 at 19:33 UTC | |
Re: How to implement XML languages
by grantm (Parson) on Jan 16, 2003 at 00:56 UTC |