Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Yes, CI-Link provides a DOM mechanism (Document Object Model) which is very efficient because it is written in C language. What is the Document Object Model ?

0
Posted

Yes, CI-Link provides a DOM mechanism (Document Object Model) which is very efficient because it is written in C language. What is the Document Object Model ?

0

It consists in a method in which an XML or HTML document is analyzed and a tree of tags is built in memory. The document can then be very easily acquired with constructions such as “balise.sousbalise[0].attribut”. Properties then allow to obtain the HTML contained in a tag or the text only, and even to recreate a part of the directory tree from an XML flow. Finally, a method allows to perform batch modifications on all the tags which meet certain conditions. It is then possible to reprocess an HTML document in order to perform changes on its links and the forms’ actions, and then to extract the contents of the tag in order to reintegrate them in a page under construction. More easily, it is possible to store the parameters of a Web site into an XML file and then to load them very easily later on.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123