|
|
1.1 ! root 1: <?xml version="1.0" encoding="ISO-8859-15" ?> ! 2: ! 3: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> ! 4: ! 5: <xsl:include href="util.xsl"/> ! 6: <xsl:include href="dictionary.xsl"/> ! 7: <xsl:include href="object.xsl"/> ! 8: ! 9: <xsl:template match="/"> ! 10: <xsl:value-of select="document('rules.xml',.)/rules/pre"/> ! 11: <xsl:apply-templates select="." mode="dictionaries"/> ! 12: <xsl:apply-templates select="." mode="objects"/> ! 13: </xsl:template> ! 14: ! 15: <xsl:output method="text" indent="no" encoding="iso-8859-15"/> ! 16: ! 17: </xsl:stylesheet> ! 18:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.