K
Knitter
Hi,
I've recently stated to lean XML. I've used the w3c school tutorials
and one O'Reilly book to learn it. The concepts are quite simple, at
least those that I've seen and I'm liking it by the minute. Still there
are things I don't understand.
I know that Java specifies an API for XML, but those Java implement
that API? Is there a XML parser in the Java API? Maybe I 'm not
undertanding this the write way....
I've "googled" for parsers and have been looking at the saxproject,
xerces and piccolo, but I would like the tools from sun's JDK and not
to add a library to my small project.
Can someone give me some insight on how one starts to use XML in a Java
application? I know this is a very vague question, but that's just my
lack of knowledge on the subject talking
Thanks
I've recently stated to lean XML. I've used the w3c school tutorials
and one O'Reilly book to learn it. The concepts are quite simple, at
least those that I've seen and I'm liking it by the minute. Still there
are things I don't understand.
I know that Java specifies an API for XML, but those Java implement
that API? Is there a XML parser in the Java API? Maybe I 'm not
undertanding this the write way....
I've "googled" for parsers and have been looking at the saxproject,
xerces and piccolo, but I would like the tools from sun's JDK and not
to add a library to my small project.
Can someone give me some insight on how one starts to use XML in a Java
application? I know this is a very vague question, but that's just my
lack of knowledge on the subject talking
Thanks