I've been using and looking to use even more the node query XML generator, which is wonderful (thank you, vroom). use seems to be like this:
and you get back some XML, like this:http://www.perlmonks.org/index.pl?node_id=37150&nodes=81921,87392,8522 +2
I note that currently, the following seem to be all the attributes available for any particular node:<NEWESTNODES><INFO site="http://perlmonks.org" sitename="Perl Monks">R +endered by the Node query XML Generator</INFO> <NODE nodetype="user" author_user="81921" node_id="81921" createtime=" +20010521060818">Vynce</NODE> <NODE nodetype="monkdiscuss" author_user="81921" node_id="87392" creat +etime="20010611020434">the state of perlmonks' perldocs</NODE> <NODE nodetype="note" author_user="81921" node_id="85222" createtime=" +20010602212719" parent_node="85220">Re: Re: Will/Can Perl 6 clean up +the bit-wise operator precedence mess?</NODE> </NEWESTNODES>
This is all wonderful and really great and shiny, but i notice that there are things available from perlmonks that are not in this little bit of XML; for instance, the content of the node, but that's perhaps excusable. The two new things that i would like to have passed in the XML are:
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: request for another attribute of nodes in XML (node query, newest nodes, etc)
by ZZamboni (Curate) on Jun 14, 2001 at 03:09 UTC | |
(tye)Re: request for another attribute of nodes in XML (node query, newest nodes, etc)
by tye (Sage) on Jun 14, 2001 at 21:51 UTC | |
Re: request for another attribute of nodes in XML (node query, newest nodes, etc)
by Vynce (Friar) on Jun 15, 2001 at 06:21 UTC | |
by vroom (His Eminence) on Jun 15, 2001 at 07:11 UTC |