1.

When To Use A Dom Parser?

Answer»

You should use a DOM parser when:

  • You need to KNOW a lot about the structure of a document
  • You need to move parts of the document around (you might want to sort certain ELEMENTS, for EXAMPLE)
  • You need to use the INFORMATION in the document more than once

You should use a DOM parser when:



Discussion

No Comment Found