uawdijnntqw1x1x1
IP : 216.73.216.110
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
www
/
test
/
..
/
node_modules
/
.bin
/
..
/
set-function-length
/
..
/
..
/
4d695
/
python2-lxml.zip
/
/
PK豐\:X7�jj README.rstnu�[���What is lxml? ============= lxml is the most feature-rich and easy-to-use library for processing XML and HTML in the Python language. It's also very fast and memory friendly, just so you know. For an introduction and further documentation, see `doc/main.txt`_. For installation information, see `INSTALL.txt`_. For issue tracker, see https://bugs.launchpad.net/lxml Support the project ------------------- lxml has been downloaded from the `Python Package Index`_ millions of times and is also available directly in many package distributions, e.g. for Linux or MacOS-X. .. _`Python Package Index`: https://pypi.python.org/pypi/lxml Most people who use lxml do so because they like using it. You can show us that you like it by blogging about your experience with it and linking to the project website. If you are using lxml for your work and feel like giving a bit of your own benefit back to support the project, consider sending us money through PayPal that we can use for fixing bugs in the software and improving its features and documentation. Please read the Legal Notice below, at the bottom of this page. Thank you for your support. .. class:: center |Donate|_ .. _Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R56JE3VCPDA9N Please `contact Stefan Behnel <http://consulting.behnel.de/>`_ for other ways to support the lxml project, as well as commercial consulting, customisations and trainings on lxml and fast Python XML processing. .. |Donate| image:: https://lxml.de/paypal_btn_donateCC_LG.png :width: 160 :height: 47 :alt: Donate to the lxml project .. _`doc/main.txt`: http://lxml.de/ .. _`INSTALL.txt`: http://lxml.de/installation.html `Travis-CI <https://travis-ci.org/>`_ and `AppVeyor <https://www.appveyor.com/>`_ support the lxml project with their build and CI servers. Jetbrains supports the lxml project by donating free licenses of their `PyCharm IDE <https://www.jetbrains.com/pycharm/>`_. Legal Notice for Donations -------------------------- Any donation that you make to the lxml project is voluntary and is not a fee for any services, goods, or advantages. By making a donation to the lxml project, you acknowledge that we have the right to use the money you donate in any lawful way and for any lawful purpose we see fit and we are not obligated to disclose the way and purpose to any party unless required by applicable law. Although lxml is free software, to the best of our knowledge the lxml project does not have any tax exempt status. The lxml project is neither a registered non-profit corporation nor a registered charity in any country. Your donation may or may not be tax-deductible; please consult your tax advisor in this matter. We will not publish or disclose your name and/or e-mail address without your consent, unless required by applicable law. Your donation is non-refundable. PK豐\�H�HH readme.txtnu�[���ISO SCHEMATRON 2009 XSLT implementation by Rick Jelliffe with assistance from members of Schematron-love-in maillist. 2009-03-18 Two distributions are available. One is for XSLT1 engines. The other is for XSLT2 engines, such as SAXON 9. This version of Schematron splits the process into a pipeline of several different XSLT stages. 1) First, preprocess your Schematron schema with iso_dsdl_include.xsl. This is a macro processor to assemble the schema from various parts. If your schema is not in separate parts, you can skip this stage. 2) Second, preprocess the output from stage 1 with iso_abstract_expand.xsl. This is a macro processor to convert abstract patterns to real patterns. If your schema does not use abstract patterns, you can skip this stage. 3) Third, compile the Schematron schema into an XSLT script. This will typically use iso_svrl_for_xslt1.xsl or iso_svrl_for_xslt2.xsl (which in turn invoke iso_schematron_skeleton_for_xslt1.xsl or iso_schematron_skeleton_for_saxon.xsl) However, other "meta-styleseets" are also in common use; the principle of operation is the same. If your schema uses Schematron phases, supply these as command line/invocation parameters to this process. 4) Fourth, run the script generated by stage 3 against the document being validated. If you are using the SVRL script, then the output of validation will be an XML document. If your schema uses Schematron parameters, supply these as command line/invocation parameters to this process. The XSLT2 distribution also features several next generation features, such as validating multiple documents. See the source code for details. Schematron assertions can be written in any language, of course; the file sch-messages-en.xhtml contains the diagnostics messages from the XSLT2 skeleton in English, and this can be used as template to localize the skeleton's error messages. Note that typically programming errors in Schematron are XPath errors, which requires localized messages from the XSLT engine. ANT --- To give an example of how to process a document, here is a sample ANT task. <target name="schematron-compile-test" > <!-- expand inclusions --> <xslt basedir="test/schematron" style="iso_dsdl_include.xsl" in="test.sch" out="test1.sch"> <classpath> <pathelement location="${lib.dir}/saxon9.jar"/> </classpath> </xslt> <!-- expand abstract patterns --> <xslt basedir="test/schematron" style="iso_abstract_expand.xsl" in="test1.sch" out="test2.sch"> <classpath> <pathelement location="${lib.dir}/saxon9.jar"/> </classpath> </xslt> <!-- compile it --> <xslt basedir="test/schematron" style="iso_svrl_for_xslt2.xsl" in="test2.sch" out="test.xsl"> <classpath> <pathelement location="${lib.dir}/saxon9.jar"/> </classpath> </xslt> <!-- validate --> <xslt basedir="test/schematron" style="test.xsl" in="instance.xml" out="instance.svrlt"> <classpath> <pathelement location="${lib.dir}/saxon9.jar"/> </classpath> </xslt> </target>PK豐\:X7�jj README.rstnu�[���PK豐\�H�HH �readme.txtnu�[���PK�&
/home/emeraadmin/www/test/../node_modules/.bin/../set-function-length/../../4d695/python2-lxml.zip