Edit

kc3-lang/libxml2/test/threads/example.org.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-10-17 11:30:37
    Hash : ab7488ef
    Message : fixed some bugs in CFLAGS passing. added a specific threaded test case * configure.in: fixed some bugs in CFLAGS passing. * test/threads Makefile.am testThreads.c: added a specific threaded test case (really nasty, guaranteed). Daniel

  • test/threads/example.org.xml
  • <?xml version="1.0"?>
    <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
    <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
    <delegateSystem systemIdStartString="http://example.org/a"
                    catalog="a.example.org.xml"/>
    <delegateSystem systemIdStartString="http://example.org/b"
                    catalog="b.example.org.xml"/>
    <nextCatalog catalog="c.example.org.xml"/>
    </catalog>