"Enric Roca" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
