Re: [xml] External Entities



On Tue, Oct 23, 2001 at 11:27:04AM +0200, David Meyer wrote:
Is it possible to use external entities (NOT previously defined in the
.DTD) in order to distribute an XML-file over the net?

  No, entities have to be declared in the DTD. Use XInclude to do this
     http://www.w3.org/TR/xinclude

 xmllint --xinclude : do XInclude processing on input.

 API is fairly trivial:
   http://xmlsoft.org/html/libxml-xinclude.html

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
veillard redhat com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]