This website requires JavaScript.
Explore
Help
Register
Sign In
c
/
libxml2
Watch
1
Star
0
Fork
0
You've already forked libxml2
mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced
2025-03-28 21:33:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
libxml2
/
result
/
namespaces
/
err_2.xml.err
4 lines
84 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
changed 'make tests' to use a concise output, scrolling to see where thing * Makefile.am: changed 'make tests' to use a concise output, scrolling to see where thing broke wasn't pleasant * configure.in: some beta4 preparation, but not ready yet * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h: new error handling code, last error informations are stored in the parsing context or a global variable, new APIs to handle the xmlErrorPtr type. * parser.c parserInternals.c valid.c : started migrating to the new error handling code, it's a royal pain. * include/libxml/parser.h include/libxml/parserInternals.h: moved the definition of xmlNewParserCtxt() * parser.c: small potential buffer access problem in push code provided by Justin Fletcher * result/*.sax result/VC/PENesting* result/namespaces/* result/valid/*.err: some error messages were sligthly changed. Daniel
2003-10-02 22:28:19 +00:00
./test/namespaces/err_2.xml:1: namespace error : Failed to parse QName ':'
adding namespace checkings while making sure they still parse as * parser.c parserInternals.c tree.c include/libxml/parser.h include/libxml/xmlerror.h: adding namespace checkings while making sure they still parse as wellformed documents. Add an nsWellFormed status report to the context, and provide new appropriate error codes. * Makefile.am result/namespaces/* test/namespaces/*: add specific regression testing for the new namespace support * test/att5 result/noent/att5 result/att5 result/att5.sax: add more coverage for the attribute parsing and normalization code. Daniel
2003-09-11 23:42:01 +00:00
<:/>
^
Reference in New Issue
Copy Permalink