From OpenSCADAWiki
Revision as of 17:00, 7 April 2020 by FuzzyBot (Talk | contribs) (Importing a new version from external source)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Options of the function of XML-file generation (enum - XMLNode::SaveView):

  • XMLNode::BrOpenPrev — insert the end of the line before the opening tag;
  • XMLNode::BrOpenPast — insert the end of the line after the opening tag;
  • XMLNode::BrClosePast — insert the end of the line after the closing tag;
  • XMLNode::BrTextPast — insert the end of the line after the tag text;
  • XMLNode::BrSpecBlkPast — insert the end of the line after the computed instruction;
  • XMLNode::BrAllPast — insert the end of the line after the all elements;
  • XMLNode::XMLHeader — insert the standard xml-header;
  • XMLNode::Clean — result clean from comments and procedure insertions;
  • XMLNode::XHTMLHeader — insert the standard XHTML-header;
  • XMLNode::MissTagEnc — to miss for tags name encoding.
  • XMLNode::MissAttrEnc — to miss for attributes name encoding.