From OpenSCADAWiki
Jump to: navigation, search

XML-tag (XMLNode)

Data:
Options for XML-file loading (enum — XMLNode::LoadFlgs):

  • XMLNode::LD_NO (0x00) — no the loading flag;
  • XMLNode::LD_Full (0x01) — load XML full;
  • XMLNode::LD_NoTxtSpcRemEnBeg (0x02) — don't remove spaces for begin and end tag's text, for not full mode;
  • XMLNode::LD_HTML (0x04) — process for specific the pure HTML like to: tags without closing, attributes without a value, attribute values without quoting, closing tags switching; sets already from the DOCTYPE HTML header.