-
- Downloads
Avoid calling xmlSetTreeDoc
Create text nodes with xmlNewDocText or set the document directly to avoid xmlSetTreeDoc being called when the node is inserted.
Showing
- SAX2.c 3 additions, 2 deletionsSAX2.c
- doc/examples/io2.c 1 addition, 1 deletiondoc/examples/io2.c
- doc/examples/tree2.c 3 additions, 3 deletionsdoc/examples/tree2.c
- parser.c 3 additions, 2 deletionsparser.c
- relaxng.c 1 addition, 1 deletionrelaxng.c
- tree.c 1 addition, 1 deletiontree.c
- xinclude.c 2 additions, 2 deletionsxinclude.c
- xmlsave.c 1 addition, 1 deletionxmlsave.c
- xmlschemas.c 5 additions, 3 deletionsxmlschemas.c
Loading
Please register or sign in to comment