in src/main/scala/pa/Parser.scala [610:612]
protected def parseVenue(venue: NodeSeq) = (venue \@@ "venueID") map { id => Venue(id, venue.text) }