Skip to content

Releases: discoverygarden/dgi_gsearch_extensions

More robust JSON-to-XML transformation

16 Jun 20:50
Compare
Choose a tag to compare

org.json.XML was somewhat naive, assuming JSON property names were valid XML element names; however, this is not the case.

JSON-to-XML transformation for Indexing in XSLT

20 Apr 15:36
Compare
Choose a tag to compare
Merge pull request #3 from qadan/json-to-xml

json to xml

XML escaping helper

08 Jan 17:21
Compare
Choose a tag to compare

Added a helper to escape/sanitize text for inclusion in XML... useful for grabbing say... the content of a text/plain datastream, to shove into Solr fields.

Initial Release

24 Jul 18:36
Compare
Choose a tag to compare

Allows the use of Joda to transform dates for Solr in a straight-forward manner, instead of the pattern matching on had to resort to in an attempt to avoid exceptions breaking XSLT processing.

The "jar with dependencies" includes Joda itself, so as not to require adding Joda manually.