259
259
# Turns the worksheet into an xml stream, and then finds all the
260
260
# exercise nodes in the stream.
262
262
for kind, data, pos in worksheetdata:
263
263
if kind is genshi.core.START:
264
264
# Data is a tuple of tag name and a list of name->value tuples