diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | testxml/xsd/xlink.xsd | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -38,3 +38,6 @@ dyecmd/src/dyecmd dyecmd/src/CMakeFiles/ dyecmd/src/Makefile dyecmd/src/cmake_install.cmake + +# testxml +testxml/errors.txt diff --git a/testxml/xsd/xlink.xsd b/testxml/xsd/xlink.xsd index 6349600..2c53ec3 100644 --- a/testxml/xsd/xlink.xsd +++ b/testxml/xsd/xlink.xsd @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"> - <xs:import schemaLocation="xmlspec-its.xsd"/> <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/> <xs:attribute name="type"> <xs:simpleType> |