diff options
Diffstat (limited to 'spss.slinterface/res/resources/schemas')
-rw-r--r-- | spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd b/spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd index df126b30e..801b01416 100644 --- a/spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd +++ b/spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd @@ -115,7 +115,11 @@ <element name="Transform" type="ds:TransformType"/> <complexType name="TransformType" mixed="true"> <choice minOccurs="0" maxOccurs="unbounded"> - <any namespace="##other" processContents="lax"/> + + <!--<any namespace="##other" processContents="lax"/> + Changed GK 20040621: Avoid parsing errors when parsing html/stylesheet markup --> + <any namespace="##other" processContents="skip"/> + <!-- (1,1) elements from (0,unbounded) namespaces --> <element name="XPath" type="string"/> </choice> |