Discussion:
XML newbie question
(too old to reply)
m***@lycos.com
2007-11-30 15:15:20 UTC
Permalink
In a nutshell, what would you say is the difference between an XML
serializer and an XML parser? My apologies if this question sounds
too basic.

Thanks,
Masood
Pavel Lepin
2007-11-30 15:32:44 UTC
Permalink
Post by m***@lycos.com
In a nutshell, what would you say is the difference
between an XML serializer and an XML parser? My apologies
if this question sounds too basic.
Homework? Anyway, in terms that likely won't get you through
an exam: you stuff a data structure into a serializer and
get a serialized document out of it. You stuff a serialized
document into a parser and get a data structure out of it.
--
...also, I submit that we all must honourably commit seppuku
right now rather than serve the Dark Side by producing the
HTML 5 spec.
Loading...