Home | History | Annotate | Download | only in libxml2

Lines Matching full:entities

4 	  introduced because we were not reusing _private on entities parsing
234 entities processing in 2.7.x , fixes #554660
327 of the predefined entities
359 with an internal subset, and entities
360 * tree.c: fix a deallocation issue when unlinking entities from
393 * include/libxml/entities.h entities.c: fixed a comment and
400 * include/libxml/entities.h entities.c SAX2.c parser.c: rework
402 entities structure directly
406 * include/libxml/parser.h include/libxml/entities.h entities.c
493 * runxmlconf.c: when using entities make sure we load them
646 in external parsed entities, should fix #440415
739 entities referenced from entities in external subset, add a
1457 predefined HTML entities, fixes #377544
1539 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
1659 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1660 fix entities behaviour when using SAX, had to extend entities
1661 content and hack on the entities processing code, but that should
1678 keep _private in the parser context when parsing external entities
1790 * SAX2.c: refactor to use normal warnings for entities problem
2287 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
3245 entities.
5021 * entities.c valid.c parser.c: reuse that new API, leads to a decent
5027 * entities.c: interning the entities strings
5267 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
5536 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
5555 * entities.c: fixed a compilation problem on a recent change
5568 * entities.c: fix error reporting to go through the new handlers
6694 problem when substituing entities using the Reader, the entities
6697 test operation for the reader with substitution of entities.
6821 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
7325 the included document so that entities will automatically get
7567 * tree.c: fixed missing output of internal DTD param entities when
8055 in entities.
8142 * entities.c: fixed an XML entities content serialization
8332 * entities.c: fixed #127877, never output " in element content
8694 would fail when defined in internal entities, fixes #125823
8891 * entities.c, valid.c: fixed problem reported on the mailing
8948 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
9273 * entities.c: Fix error on output of high codepoint charref like
9287 * entities.c legacy.c parser.c: made the predefined entities
9318 * configure.in entities.c tree.c valid.c xmllint.c
9331 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
9337 include/libxml/entities.h include/libxml/nanohttp.h
9358 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
9374 * entities.c: remove a warning.
9383 * parser.c: fixed small problem with missing entities (test/ent2)
9398 * HTMLparser.c, entities.c, xmlreader.c: minor change to
9631 checks are done, use a counter for entities. Entities where freed and
9692 except entities for which libxml2 is different by default
10307 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
10431 * entities.c: do not generate " for " outside of attributes
11032 entities, but raised by Oliver Fischer
11046 elements in entities
11064 defined in entities content
11069 entities and reported by Brent Hendricks
11142 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
11277 * entities.c: fixes again one of the problem raised by
11304 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
11333 * parser.c: another fix for nodeinfo in entities problem
11334 * tree.c entities.c: fixed bug #106788 from James Clark
11344 * parser.c: fixing some nodeinfo in entities problem raised
11582 * xinclude.c: fixing bug #105137 about entities declaration
11612 within recursive entities.
11886 external parsed entities if substitution is asked.
11908 entities in 2.5.0 :-(
12002 with validation and recursive entities while using the
12042 checking in external parsed entities raised by Stéphane Bidoul
12049 validation within entities pointed by Stéphane Bidoul, augmented
12083 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
12101 the old tests and added a new one to test the entities handling
12134 * SAX.c: fixing bug #95296, when the predefined entities
12364 * parser.c: patch from Marcus Clarke fixing a problem in entities
12483 processing of parsed entities, and XPath computation on sustitued
12484 entities.
12485 * testXPath.c: make sure entities are substitued.
12490 processing of internal parsed entities, which had to be changed.
12994 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
13621 * tree.c: patch from Markus Henke, fix for recursive entities.
13928 way to get context reported back on entities when parsing
14210 PE93 on external unparsed entities and standalone status.
14251 * SAX.c entities.c: fixed a couple of conformances issues deep
14291 * include/libxml/entities.h: fixing a comment
14321 * include/libxml/encoding.h include/libxml/entities.h
14551 * entities.c tree.c include/libxml/entities.h: applied patch
14567 * valid.c tree.c entities.c: another set of patches from
14735 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
15181 occurs in external parsed entities referenced from the
15195 * test/threads/*: added entities testing to the Thread test
15294 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
15460 * encoding.c entities.c: do not output hexadecimal charrefs
15491 entities are substitued
15519 * entities.c: Steve Underwood found the possibility of an
15921 xmlIO.c tree.c parserInternals.c entities.c encoding.c
16046 * SAX.c entities.c parser.c: changed completely the way entities
16079 * xmlGetNsList: reformated, fixed problems if used on Entities
16123 * parser.c: make an error message if unknow entities in all cases
16225 * tree.c entities.c encoding.c: doing some cleanups while
16235 * configure.in entities.h tree.h HTMLparser.c: removed
16243 for a leading UTF8 BOM in entities.
16338 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
16640 propagation of ctxt->_private when parsing external entities
16695 * DOCBparser.c: patche from László Kovács, fixed entities refs
16794 * DOCBparser.c SAX.c: a bit more work on entities processing.
16822 of external parsed entities, added --noent to testDocbook
16835 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16887 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16907 * valid.c: fixed to validate within entities
16941 * entities.h: andrew@ugh.net.au detected a double declaration
17051 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
17056 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
17092 encoding.h entities.c error.c list.[ch] nanoftp.c
17295 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
17870 * entities.c: hash cleanup
17884 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17886 XPath functions and XML entities table to them. More to come...
18078 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
18087 * entities.h: exported xmlInitializePredefinedEntities
18149 * result/HTML/entities.html.sax: updating result
18188 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
18190 external entities. The URI reference string and the resulting
18198 of the entities URI
18211 * entities.c: cases where looking up entities with doc==NULL
18271 Cleaned up support w.r.t. entities, spilling out a warning
18288 * entities.[ch] valid.[ch] debugXML.c: removed two serious
18292 * SAX.c: redefinition of entities is reported in pedantic mode
18428 * test/ : added more test for entities, NS, encoding, HTML, wap
18777 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18800 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18802 * test/HTML/entities.html result/HTML/entities.html* : test for
18803 various entities reference cases
18809 entities.h debugXML.h HTMLparser.h: changed the way struct are
18831 * parser.[hc], xmlIO.c: fixed the loading of external entities
18866 * entities.[ch]: added the entity content length to the struct.
18904 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18905 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18954 and other parsing from strings functions. Entities processing
18981 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
19058 * entities.c: do not dump &apos; for HTML output
19131 DTDs and entities
19178 * entities.c: Fixes Yet Another Stupid Bug, entities were not
19246 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
19290 * parser.c, entities.c, valid.c: cleanup bug #1591
19308 changes, cleanups, better entities support, framework for
19319 attribute with no entities in it.
19344 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
19345 reentrancy problem at printing. One is left in entities.c, to
19485 * entities.[ch], tree.[ch], tester.c: added copy interfaces
19491 * parser.c, entities.c: improve entities and char ref encoding,
19496 * parser.c, entities.c: simple bug hunting done during rpm2html and
19511 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
19516 * entities.c: Use g_snprintf insteda of snprintf.
19520 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
19532 * entities.[ch]: defined a specific type for predefined entities
19573 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
19643 * applied small patch on numeric entities from
19650 to standard, new namespaces, decent entities support, beginning