Skip to content

Instantly share code, notes, and snippets.

@JNaeemGitonga
Last active September 4, 2019 02:19
Show Gist options
  • Save JNaeemGitonga/130dbeaaafe2be2ce197007ef95e9b2f to your computer and use it in GitHub Desktop.
Save JNaeemGitonga/130dbeaaafe2be2ce197007ef95e9b2f to your computer and use it in GitHub Desktop.
XML, Read, send, write: Javascript front to Node back
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE albums>
<?xml-stylesheet href="file:///usr/local/bin/../share/this/albums.xml" type="text/xml"?>
<albums>
<album artist="Prince" title="Purple Rain" year="1984" />
<album artist="Rick James" title="Street Songs" year="1981" />
</albums>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment