Edit

kc3-lang/libxml2/result/noent/ent2

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-04-10 16:38:06
    Hash : 1731d6ae
    Message : - xpath.c: trying to get 52979 solved - tree.c result/ result/noent/: trying to get 52712 solved, this also made me clean up the fact that XML output in general should not add formating blanks by default, this changed the output of a few tests Daniel

  • result/noent/ent2
  • <?xml version="1.0"?>
    <!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
    <!ENTITY xml "Extensible Markup Language">
    <!ENTITY title PUBLIC "-//MY-TITLE//FR" "title.xml">
    <!ENTITY image SYSTEM "img.gif" NDATA GIF>
    ]>
    <EXAMPLE>
      
    <title>my title</title>
    
      This text is about XML, the Extensible Markup Language and this is an embedded <IMG src="image"/>
    </EXAMPLE>