node-xml
node-xml copied to clipboard
Fast and simple Javascript-based XML generator/builder for Node projects.
Processing instructions which begin with '?' are incorrectly closed with a trailing '/' instead of a '?' as outlined [https://www.w3.org/TR/xml11/#sec-pi](https://www.w3.org/TR/xml11/#sec-pi). Fixed in #29
As all XML processing instructions begin with a '?' in their name, I modified xml#format to use a '?' instead of a '/' when closing a tag. This also means...
I can't seem to find a way of including a doctype in an outputted document. For example here (http://wiki.xmltv.org/index.php/XMLTVFormat): ```xml ... ```
i don't know what the problem is exactly, but i'm not getting expected results. here's what i see in a simple test. any help would be greatly appreciated. thank you.
Hi, I have multiple input to xml. When I close on of the input stream, closing other has no effect. I dont get the closing tag for the last element...