You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by Enric Roca <en...@dcsautomotive.es> on 2002/12/03 11:55:08 UTC

Xerces question

Hello,

I'm new in Apache cgi scripting programming and needs some help in a XML
integration project.

I need to use Xerces from Perl to accomplish with the specifications:
- Be able to validate XML documents against a W3C Schema
- Be able to validate by both an xsi:schemaLocation attribute within an XML
instance document and by an application assigned schema exterior to an
XMLinstance document

I have a sever SCO OpenServer 5.0.5 and the last binary version of Perl for
this operating system that I have found in Internet is Perl 5.5.3 . The
Apache version is 1.3.12.

Please, does anybody know if it exists a Xerces version compatible with Perl
5.5.3 that accomplishes with the specifications ?

Thank you very much in advance,

Enric


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: Xerces question

Posted by "Jason E. Stewart" <ja...@openinformatics.com>.
"Enric Roca" <en...@dcsautomotive.es> writes:

> I'm new in Apache cgi scripting programming and needs some help in a
> XML integration project.
> 
> I need to use Xerces from Perl to accomplish with the specifications:
> - Be able to validate XML documents against a W3C Schema
> - Be able to validate by both an xsi:schemaLocation attribute within an XML
> instance document and by an application assigned schema exterior to an
> XMLinstance document
> 
> I have a sever SCO OpenServer 5.0.5 and the last binary version of Perl for
> this operating system that I have found in Internet is Perl 5.5.3 . The
> Apache version is 1.3.12.

I would suggest building a more recent version of Perl for
yourself. At least 5.6.1 or 5.8.0. 

> Please, does anybody know if it exists a Xerces version compatible with Perl
> 5.5.3 that accomplishes with the specifications ?

I use XML::Xerces with apache quite a lot, but because I need unicode
support I use Perl 5.8.

You can always try the most recent version of XML::Xerces at:

  http://xml.apache.org/dist/xerces-p/stable/

and see if it works.
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org