aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XML2JSON
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2012-10-071-15/+16
| | | | | | | | | - Convert to new options framework - Fix typo - Cleanup Makefile header Notes: svn path=/head/; revision=305492
* - Update to 0.06Sunpoet Po-Chuan Hsieh2012-01-222-4/+9
| | | | | | | | | | - Add BUILD_DEPENDS - Pet portlint Changes: http://search.cpan.org/dist/XML-XML2JSON/Changes Notes: svn path=/head/; revision=289629
* - Add p5-XML-XML2JSON 0.05Sunpoet Po-Chuan Hsieh2011-07-144-0/+78
XML::XML2JSON is a Perl module to convert XML to JSON (and JSON to XML) using the following rules from Google (http://code.google.com/apis/gdata/json.html): Basic: - The feed is represented as a JSON object; each nested element or attribute is represented as a name/value property of the object. - Attributes are converted to String properties. - Child elements are converted to Object properties. - Elements that may appear more than once are converted to Array properties. - Text values of tags are converted to $t properties. Namespace: - If an element has a namespace alias, the alias and element are concatenated using "$". For example, ns:element becomes ns$element. XML: - XML version and encoding attributes are converted to version and encoding attributes of the root element, respectively. WWW: http://search.cpan.org/dist/XML-XML2JSON/ Notes: svn path=/head/; revision=277666