Looking at the XML nodetype, it seems to me to be a great way to write a application frontend to the monastery. Since I've been teaching myself enlightenment 17 (which has a perl interface), I thought it would be cool to make a good looking frontend using that library.

However the XML nodetype does not include a list of ids for the replies to the node being viewed.

This was obliquely touched on in another node (which I have since lost th elink to), where someone suggested it just for root nodes. The explaination given there was that it would add extra load to the database. But it shoudn't be too much extra load, because the same query has to be performed when building a webpage for that node.

If the webpage query pulled the node text of the children at the same time, then that should be possible to incorporate in the XML reply (multiple node tags).

So.. can I have this feature please? It would allow us to point to perlmonks as an example of cutting edge internet-deployed XML client-server architecture (or whatever the phrase is today). If that doesn't tweak your interest, think of the nifty things a program could do with perlmonks nodes.

____________________
Jeremy
I didn't believe in evil until I dated it.


In reply to Adding a field to the XML nodetype by jepri

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.