structs.go
changeset 7 4f0f66f9a441
parent 6 8e425e340ca1
child 8 30a7752cf8f7
--- a/structs.go	Sun Dec 25 18:46:13 2011 -0700
+++ b/structs.go	Sun Dec 25 19:02:53 2011 -0700
@@ -57,6 +57,7 @@
 type definedCondition struct {
 	// Must always be in namespace nsStreams
 	XMLName xml.Name
+	Chardata string `xml:"chardata"`
 }
 
 type errText struct {