Lines Matching full:entities
716 CVE-2014-0191 Do not fetch external parameter entities (Daniel Veillard)<br/>
810 Fix incorrect spelling entites->entities (Jan Pokorný),<br/>
936 Detect excessive entities expansion upon replacement (Daniel Veillard),<br/>
965 Cache presence of '<' in entities content (Daniel Veillard),<br/>
966 Avoid extra processing on entities (Daniel Veillard),<br/>
1026 Fix potential crash on entities errors (Daniel Veillard),<br/>
1043 Do not fetch external parsed entities (Daniel Veillard),<br/>
1045 Fix entities local buffers size problems (Daniel Veillard),<br/>
1189 Try to fix a problem with entities in SAX mode (Daniel Veillard),
1198 Fix an allocation error when copying entities (Daniel Veillard),
1480 Fix a regression in streaming entities support (Daniel Veillard),
1483 reader bug fix with entities (Daniel Veillard),
1484 use options from current parser ctxt for external entities (Rob Richards),
1491 reuse options from current parser for entities (Rob Richards),
1598 functions on memory errors, BOM handling in external parsed entities
1725 (Kasimier), warning on entities processing, XHTML script and style
1731 when parsing entities (with Michael Day), fix entities behaviour when
1740 HTML entities in attributes parsing, HTML minimized attribute values,
1756 xmlIO.c(Kjartan Maraas), entities in XSD validation (Kasimier Buchcik),
1885 xmlGetLineNo fixes, bug on entities handling, entity name extraction in
2041 entities and _private problem (William), xmlBuildRelativeURI error
2125 Reader and entities, xmllint return code for schemas (William), reader
2197 XInclude and XPointer fixes for entities (William), XML parser bug
2233 entities in internal subset (William), internal subset bug in push mode,
2304 Brack), serialization of attributes and entities content, xmlWriter
2353 <li>defaulted attributes for element coming from internal entities
2375 immutable buffers, make predefined entities static structures, etc...</li>
2522 XInclude entities handling, encoding detection on external subsets, XML
2547 <li>Bug fixes: XML parser, XInclude entities merge, validity checking on
2571 <li>Bug fixes: DTD validation, namespace checking, XInclude and entities,
2605 <li>Entities handling fixes</li>
2624 <li>Fix for entities handling (Marcus Clarke)</li>
2652 Pajas), entities processing</li>
2945 <li>fixed some entities problems and reduce memory requirement when
2973 <li>added support for UTF8 BOM at beginning of entities</li>
3044 <li>fixed problems in copying nodes with entities references (gdome)</li>
3058 <li>fixed a big bug with ID declared in external parsed entities</li>
3337 <li>Better handling of entities, especially well-formedness checking
3340 <li>Validation now correctly handle entities content</li>
3404 xmlLoadExternalEntity(), some fix on entities processing were added</li>
3441 does entities escaping by default.</li>
3472 <li>Added the ability to fetch remote DTD or parsed entities, see the <a
4160 (<code>ENTITY</code>/<code>ENTITIES</code>) or name(s)
4352 information maintained about the stacks of names and entities locations.
4369 validation, DOM, XPath or XPointer, don't use entities, need to work with
4620 predefined entities like &copy; for the Copyright sign.</li>
4671 <li><a href="#entities">The entities loader</a></li>
4681 <li>Entities loader, this is a routine which tries to fetch the entities
4686 <code>xmlSetExternalEntityLoader()</code>. <a href="#entities">Check the
4752 <h3><a name="entities">The entities loader</a></h3>
4754 <p>The entity loader resolves requests for new entities and create inputs for
4877 <li>providing a local cache mechanism allowing to load the entities
4914 "http://nwalsh.com/docbook/xml/3.1.4/db3xml.dtd", and if these entities have
4922 entity, this includes DTD, external parsed entities, stylesheets, etc ... If
4959 <delegatePublic publicIdStartString="-//OASIS//ENTITIES DocBook XML"
5196 entities and URI resolvers</a> describing them.</li>
5446 <h2><a name="Entities">Entities or no entities</a></h2>
5448 <p>Entities in principle are similar to simple C macros. An entity defines an
5450 content of your document. Entities are especially useful when a given string
5464 are 5 predefined entities in libxml2 allowing you to escape characters with
5471 <p>One of the problems related to entities is that you may want the parser to
5476 defining entities, he may have a a rather negative attitude if you blindly
5480 substitute entities by default.</p>
5496 <p>And here is the result when substituting entities:</p>
5504 <p>So, entities or no entities? Basically, it depends on your use case. I
5506 entities in your XML document or data if you are not willing to handle the
5510 entities where necessary to prevent well-formedness problems, and will also
5515 <p><span style="background-color: #FF0000">WARNING</span>: handling entities
5517 non-predefined entities in your documents, then the learning curve to handle
5726 <li>entities lookup/accesses</li>
5875 decode entities and it's a good coding practice to define a namespace for