Author: RenatoDeGiovanni Date: 2009-01-07 13:26:51 +0100 (Wed, 07 Jan 2009) New Revision: 1418
Modified: tapir/dev/schema/tapir.xsd Log: Removed xslt-apply parameter and xslt capability.
Modified: tapir/dev/schema/tapir.xsd =================================================================== --- tapir/dev/schema/tapir.xsd 2009-01-07 12:17:52 UTC (rev 1417) +++ tapir/dev/schema/tapir.xsd 2009-01-07 12:26:51 UTC (rev 1418) @@ -841,7 +841,6 @@ </xsd:complexType> <xsd:attributeGroup name="globalParametersGroup"> <xsd:attribute name="xslt" type="xsd:anyURI" use="optional"/> - <xsd:attribute name="xslt-apply" type="xsd:boolean" use="optional" default="false"/> <xsd:attribute name="log-only" type="xsd:boolean" use="optional" default="false"/> </xsd:attributeGroup> <xsd:attributeGroup name="pagingParametersGroup"> @@ -996,7 +995,6 @@ </xsd:restriction> </xsd:simpleType> </xsd:element> - <xsd:element name="xlst" minOccurs="0">xsd:complexType/</xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element>