An open API service indexing awesome lists of open source software.

https://github.com/jnbdz/encodeanddecodexml

Two useful methods for stings to encode and decode html/xml elements
https://github.com/jnbdz/encodeanddecodexml

Last synced: 2 days ago
JSON representation

Two useful methods for stings to encode and decode html/xml elements

Awesome Lists containing this project

README

          

EncodeAndDecodeXML
===========

Two useful methods for stings to encode and decode html/xml elements

How to use
----------

string.encodeXML();
string.decodeXML();

That simple!