Patches item #580340, was opened at 2002-07-11 18:12
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=303152&aid=580340&group_id=3152

Category: modules
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Jeremy Vinding (jvinding)
>Assigned to: Scott S. Goodwin (scottg)
Summary: nsxml: adds a way to get a list of attrs

Initial Comment:
this allows you to get a list of attr names.  eg:

foreach attr [ns_xml node get attr_names $node] {
    ns_adp_puts "$attr: [ns_xml node get attr $node $attr]"
}

it also fixes cut/paste errors in the comments at the
top of the file.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=303152&aid=580340&group_id=3152

Reply via email to