Validation error "Malformed XML: A '(' character or an element type is required in the declaration of element type "schema" after importing the xmldsig-core-schema from http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd.

Validation error "Malformed XML: A '(' character or an element type is required in the declaration of element type "schema" after importing the xmldsig-core-schema from http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd.

book

Article ID: KB0093679

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
Validation error "Malformed XML: A '(' character or an element type is required in the declaration of element type "schema" after importing the xmldsig-core-schema from http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd.

Issue/Introduction

Validation error "Malformed XML: A '(' character or an element type is required in the declaration of element type "schema" after importing the xmldsig-core-schema from http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd.

Resolution

1).Open the xmldsig-core-schema.xsd.

2). Remove the following lines from the beginning of this schema:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>& gt;>>>>>>>>>>

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE schema

  PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"

 [

   <!ATTLIST schema 

     xmlns:ds CDATA #FIXED "http://www.w3.org/2000/09/xmldsig#">

   <!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'>

   <!ENTITY % p ''>

   <!ENTITY % s ''>

  ]>


<!-- Schema for XML Signatures

    http://www.w3.org/2000/09/xmldsig#

    $Revision: 1.1 $ on $Date: 2002/02/08 20:32:26 $ by $Author: reagle $


    Copyright 2001 The Internet Society and W3C (Massachusetts Institute

    of Technology, Institut National de Recherche en Informatique et en

    Automatique, Keio University). All Rights Reserved.

    http://www.w3.org/Consortium/Legal/


    This document is governed by the W3C Software License [1] as described

    in the FAQ [2].


    [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720

    [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD

--> 

>>>>>>>>>>>>>>>>>>>>>>>>>>>>