Return to Snippet

Revision: 7443
at December 22, 2008 22:37 by zeman


Updated Code
// select node based on attribute id
xml.photos.photo.(@id=="school").name // display node or attribute .@name

Revision: 7442
at July 24, 2008 18:25 by zeman


Initial Code
// select node based on attribute id
xml.photos.photo.(@id=="school")

Initial URL


Initial Description


Initial Title
XML select node bassed on attribute

Initial Tags
textmate, xml

Initial Language
Other