skyy-x

Results 2 comments of skyy-x

Because etree is using xml decoder, the decoder gets element content of `CDATA` only. see [https://github.com/golang/go/blob/master/src/encoding/xml/xml.go#L704](url) `text(-1, true)` will strip `CDATA` token

> @beevik this is a problem and not handling cdata properly breaks many xml documents. > > @skyy-x if you look like 2 lines below you'll see the node type...