mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2026-01-07 21:58:22 +03:00
Use runtest.c from libxml2 as a starting point. This finally allows us to run most of tests with CMake and Autotools VPATH builds.
6 lines
153 B
XML
6 lines
153 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE my-root [
|
|
<!ATTLIST my-root myns:id ID #IMPLIED>
|
|
]>
|
|
<my-root xmlns:myns="uri" myns:id="indexme" some-attr="findme"/>
|