2009/11/16 Brian Cassidy :
>
> Turns out the XML loader was assuming everything it got back was a
> hashref. Obviously, in this case, it was not.
>
> I've added a test for this, and shipped 0.18 to CPAN -- arriving at a
> mirror near you shortly.
>
> Please test it and let me know the results.
Wow
> 2009/11/16 David Schmidt :
>
> # perl -MHTML::FormFu -e "print
> HTML::FormFu->new->load_config_file('form.xml')"
> Error parsing ./form.xml: Not a HASH reference at
> /usr/local/share/perl/5.10.0/Config/Any/XML.pm line 67.
> at /usr/local/share/perl/5.10.0/HTML/FormFu/ObjectUtil.pm line 502
T
2009/11/16 David Schmidt :
>
> I pasted your XML into form.xml
> then
>
> # perl -MHTML::FormFu -e "print
> HTML::FormFu->new->load_config_file('form.xml')"
> Error parsing ./form.xml: Not a HASH reference at
> /usr/local/share/perl/5.10.0/Config/Any/XML.pm line 67.
> at /usr/local/share/perl/5.1
On Sun, Nov 15, 2009 at 7:56 PM, Carl Franks wrote:
> 2009/11/14 David Schmidt :
>> No, I tried that before
>>
>> Caught exception in IdeaChallenge::Controller::Forms->show "Error
>> parsing /home/kvm/ic/trunk/IdeaChallenge/root/forms/forms/show.xml:
>> Not a HASH reference at /usr/local/share/per
2009/11/14 David Schmidt :
> No, I tried that before
>
> Caught exception in IdeaChallenge::Controller::Forms->show "Error
> parsing /home/kvm/ic/trunk/IdeaChallenge/root/forms/forms/show.xml:
> Not a HASH reference at /usr/local/share/perl/5.10.0/Config/Any/XML.pm
> line 67.
> at /usr/local/share
On Fri, Nov 13, 2009 at 8:49 PM, Carl Franks wrote:
> 2009/11/13 David Schmidt :
>> Hello list,
>>
>> I am trying to configure my forms with Config::Any::XML but I cannot
>> get the correct XML syntax.
>>
>> So far I tried loading a working Config::Any::General sample file and
>> compare it to my
2009/11/13 David Schmidt :
> Hello list,
>
> I am trying to configure my forms with Config::Any::XML but I cannot
> get the correct XML syntax.
>
> So far I tried loading a working Config::Any::General sample file and
> compare it to my Config::Any::XML file but I just cant model anonymous
> array
Hello list,
I am trying to configure my forms with Config::Any::XML but I cannot
get the correct XML syntax.
So far I tried loading a working Config::Any::General sample file and
compare it to my Config::Any::XML file but I just cant model anonymous
array references in XML. :)
I want XML because