I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-03-13 08:29:31-08 by pcarlo
'xsd:any' not supported by XML::Validator::Schema
I am using XML::DOM library to work with XML and XML::Validator::Schema to validate XML against XSD. I having a problem to use 'xsd:any' in my XSD schema since XML::Validator::Schema not recognize this element.
<xsd:complexType> <xsd:sequence minOccurs="1" maxOccurs="1"> <xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xsd:sequence> </xsd:complexType> XML::Validator::Schema error -> Unrecognized element '<any>' found.
Is anyone meet this problem ? How can i solve it ? Is there is other solution to defined any element section with other element from 'xsd:any' ? Thanks, Pavel.
Direct Responses: 213 | Write a response
Posted on 2005-03-13 10:10:38-08 by pcarlo in response to 212
Re: 'xsd:any' not supported by XML::Validator
Is anyone looking here, i see a lot of issues without answers at all.
Direct Responses: 214 | Write a response
Posted on 2005-03-13 10:24:37-08 by szabgab in response to 213
Re: 'xsd:any' not supported by XML::Validator
Yes, people do get responsese though it still takes some time. In any case you should post you post your XML::Validator related question in its own subforum
Direct Responses: 216 | Write a response
Posted on 2005-03-13 10:44:11-08 by pcarlo in response to 214
Re: 'xsd:any' not supported by XML::Validator
I know, but when i tried to put it in same question, i got an error that subject is too long ("Re: " string added) and i had to cut "::Schema" string that cause to new question.
Direct Responses: 217 | Write a response
Posted on 2005-03-13 10:54:34-08 by szabgab in response to 216
Re: 'xsd:any' not supported by XML::Validator
Yeah, I noticed this "feature" a few days ago but did not have time to fix it yet.

Actually I am in the middle of reinstalling my notebook, so it will take some time till I can fix this.
Unless I remember in the evening and just let ppl write subjects of 70-80 chars

Direct Responses: Write a response