We do not need the Content to be innerxml. cdata is enough.

Fixes #110
This commit is contained in:
Mickael Remond
2019-09-27 17:23:38 +02:00
committed by Mickaël Rémond
parent 005c8823d9
commit 3b66e31888
5 changed files with 67 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ type IQ struct { // Info/Query
// request."
Payload IQPayload `xml:",omitempty"`
Error Err `xml:"error,omitempty"`
// Any is used to decode unknown payload as a generique structure
// Any is used to decode unknown payload as a generic structure
Any *Node `xml:",any"`
}