xml builder

  1. H

    Bug? Xml2map.map2xml supports libraries with bugs?(Xml2Map.Map2Xml 支持库的BUG?)

    The problem with XML causing the IDE to not work properly. XML files generated by the XML2map.map2XML support library can have serious problems parsing in B4X: When the "comment" node has no content, the resulting XML file is written as "<comment/>". This is not approved by the B4X compiler.Can...
  2. P

    B4J Question Trying to have a very basic XML Declaration with XML Builder

    So I'm using a very annoying system that's very specific about the way the XML is presented. Currently I have a handler serving this: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <CONTROLLER> <PARAMS> <FP ID="PIRTIMEOUT" MAX="7200" MIN="0" NAME="PIR Time Out" UNIT="SECONDS">1800</FP>...
Top