From 35a201cc8ef0c3f5b2df88d2e528aabee1048348 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 18:47:09 +0200 Subject: Initial/Final commit --- libxml2-2.9.10/xstc/xstc-to-python.xsl | 114 +++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100755 libxml2-2.9.10/xstc/xstc-to-python.xsl (limited to 'libxml2-2.9.10/xstc/xstc-to-python.xsl') diff --git a/libxml2-2.9.10/xstc/xstc-to-python.xsl b/libxml2-2.9.10/xstc/xstc-to-python.xsl new file mode 100755 index 0000000..78d55cd --- /dev/null +++ b/libxml2-2.9.10/xstc/xstc-to-python.xsl @@ -0,0 +1,114 @@ + + + + + + + #!/usr/bin/python -u +# -*- coding: UTF-8 -*- +# +# This file is generated from the W3C test suite description file. +# + +import xstc +from xstc import XSTCTestRunner, XSTCTestGroup, XSTCSchemaTest, XSTCInstanceTest + +xstc.vendor = "" + +r = XSTCTestRunner() + +# Group definitions. + + + + + + +# Test definitions. + + + + + +r.run() + + + + + + + + r.addGroup(XSTCTestGroup(" + + ", " + + ", """ + + + + + """)) + + + + + + + + + + + ' + + + + + + + + + + + + + + + + r.addTest(XSTCSchemaTest(" + + ", " + + ", + + , " + + ", + + , " + + ")) + + + + + r.addTest(XSTCInstanceTest(" + + ", " + + ", + + , " + + ", + + , " + + ")) + + + + + \ No newline at end of file -- cgit v1.2.3