Questions tagged [xmldom]

The abstract tree structure of an XML document

The abstract tree structure of an XML document See:

The XML DOM is supplemented by the SGML Declaration for XML 1.0 and the XML Infoset.

272 questions
-3
votes
1 answer

What are these javascript methods

Looking through some open source javascript library and I've come across some single character methods a few times: myVar.c('foo').t('bar'); myVar refers to an XML DOM element. So what are c() and t()? I don't see any reference to such methods in…
user1491636
  • 2,355
  • 11
  • 44
  • 71
-4
votes
3 answers

Create an XML file using Javascript or PHP

I have a XML file as follows:
Wazan
  • 539
  • 1
  • 8
  • 27
1 2 3
18
19