Is the private/protected disparity below intentional?
o Warnings for unused private symbols.
The compiler now checks that all symbols that have been declared private actually are used.
class A (int i) { protected string j; protected void create(string j) { A::j = reverse(j); } }
o Parser.XML.SloppyDOM
Yet another DOM-like module aimed at quickly and conveniently parse an xml snippet (or whole document) to access its parts. Nodes can be selected using a subset of XPath.
Footnote: This module was previously part of Roxen WebServer.
Yay! Does it support the same, a larger, or smaller subset of XPath than what the Roxen WebServer (and formerly Platform/CMS-only) did?