Page 1 of 1
Java Script, JSON and XML coding
Posted: Fri Dec 22, 2017 10:53 am
by LasseThid
Does anyone know where one can find good tools/books for learning Java Script, JSON and XML coding?
I'm finding I need more and more coding skills for building flows in Switch and the last time I learned programming was back in the 80's...

Re: Java Script, JSON and XML coding
Posted: Fri Dec 22, 2017 11:18 am
by jan_suhr
For a novice the book series "For Dummies" is a good start and will give you the simple basics and you will come a long way with them.
For XML it is more to learn XSLT for cleaning up and getting the info you really need in to a new useful XML. For example if you ask pdfToolbox if a PDF is PDF/X4 you can get a report in XML, that XML will be over 4000 lines of XML and you maybe need just a few of them for your purpose.
XSLT is also very useful when you get information about jobs from the outside and you need the basic information to use in Switch.
Good luck
Re: Java Script, JSON and XML coding
Posted: Fri Dec 22, 2017 12:13 pm
by loicaigon
Hi
Javascript:
https://www.amazon.in/Object-oriented-J ... 987&sr=1-5
Or
http://shop.oreilly.com/product/9780596517748.do
JSON:
Well there isn't much to learn as it's all but a Javascript Object
XML/XSLT
MMM. Problem of books is that they will cover every single aspects of XML ending with 400p+ books. But XML/XPATH can also be learned with basic tutorials. I mean if it's all about processing XML inside switch or PitStop Server, you don't need to become a XML guru

Re: Java Script, JSON and XML coding
Posted: Fri Dec 22, 2017 3:39 pm
by gabrielp
Re: Java Script, JSON and XML coding
Posted: Fri Jan 05, 2018 1:06 pm
by LasseThid
Thanks for the suggestions.
I ordered XML For Dummies and XSLT for Dummies, which should get me going....
I will also take a look at those links Gabriel.