Froody

 view release on metacpan or  search on metacpan

lib/Froody/API/XML.pm  view on Meta::CPAN

495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
expected, your example response B<must contain at least two>
elements of the same name.
 
  <photoset page="1" per_page="10" pages="9" total="83">
    <name>beyond repair</name>
    <photo photo_id="1123" />
    <photo photo_id="2345" />
  </photos>
 
Currently we accept both a well-formed XML fragment and an
entity-encoded string that can be decoded to an XML fragment.
 
=item <errors>
 
A list of errors of this form:
 
  <error code="1" message="Short message">Longer error message</error>
 
=back
 
=head1 BUGS



( run in 0.331 second using v1.01-cache-2.11-cpan-05444aca049 )