1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2026-01-07 21:58:22 +03:00
Files
libxslt/tests/general/bug-163.xml
Nick Wellnhofer 971d5c4dd1 tests: Port most of the test suite to C
Use runtest.c from libxml2 as a starting point.

This finally allows us to run most of tests with CMake and Autotools
VPATH builds.
2022-09-07 22:18:55 +02:00

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"/>