Oscar XML
Package:
Summary:
Create and manipulate XML documents with DOM
Groups:
Author:
Description:
This class can be used to create and manipulate XML documents with DOM document extension.
It can create XML document from scratch or load it from a file or a string.
The class can perform several types of operations with the document elements like: searching for elements, adding, updating or deleting elements, adding, updating or deleting attributes from tags.
The manipulated document can be returned as a string.
The comments in the class are in French.
It can create XML document from scratch or load it from a file or a string.
The class can perform several types of operations with the document elements like: searching for elements, adding, updating or deleting elements, adding, updating or deleting attributes from tags.
The manipulated document can be returned as a string.
The comments in the class are in French.
Comments are closed.