Page 1 of 1

About Question enthuware.ocejws.v6.2.87 : wrong answer?

Posted: Fri Dec 20, 2013 3:41 am
by siemanocotam
There should be 3 options correct - DOM, SAX and StAX

Re: About Question enthuware.ocejws.v6.2.87 : wrong answer?

Posted: Fri Dec 20, 2013 6:03 am
by fjwalraven
Hi!

The question is:
Which of the JAXP XML parsers can read and write XML documents
SAX is not a correct answer as it can read XML but not write XML.

The SAXParser class has a getXMLReader() method but no corresponding getXMLWriter() method.

Regards,
Frits

Re: About Question enthuware.ocejws.v6.2.87 : wrong answer?

Posted: Wed Feb 26, 2014 12:37 pm
by t.alex
what about XSLT? it reads and write xml documents.

Re: About Question enthuware.ocejws.v6.2.87 : wrong answer?

Posted: Wed Feb 26, 2014 3:34 pm
by fjwalraven
Yes, of course, you are right! XSLT is now a correct option.

Thanks for your feedback.

Regards,
Frits