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
- Host: GitHub
- URL: https://github.com/jnbdz/encodeanddecodexml
- Owner: jnbdz
- Created: 2011-12-08T10:50:33.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-08T10:57:26.000Z (almost 14 years ago)
- Last Synced: 2025-09-01T03:48:33.240Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!