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?
  • Pike 7.8 be... Peter Bortas
    • Re: Pi... Bertrand LUPART
    • Pike 7... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
      • Pi... Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum
        • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
      • Pi... Marcus Agehall (Roxen IS) @ Pike (-) developers forum
        • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
          • ... Jonas Walld�n @ Pike developers forum
            • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
            • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
              • ... Jonas Walld�n @ Pike developers forum
                • ... Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum
                • ... Martin Bähr

Reply via email to