cancel
Showing results for 
Search instead for 
Did you mean: 

Need javascript sample code for XML parsing

jpbuttet
Confirmed Champ
Confirmed Champ

Hello all,

My goal is to write, by using the share javascript console, a javascript file that can be fired by a share folder rule. When fired the javascript program would retrieve some information within a XML  Writing a folder rule is not a problem for me.

I am just struggling to find a very basic XML parsing  javascript sample code that is applicable to my environment  and that I could study, play with and use as good starting point for my needs.

I found that excellent link but could not find what I need:

https://hub.alfresco.com/t5/alfresco-content-services-hub/javascript-api-cookbook/ba-p/293260#toc-hI...

Any explanation , sample code  or link would be much appreciated.

Any book recommandation about that matter would be also appreciated.

 

PS: I run a dockerized Alfresco:

Alfresco Share v6.1.0

(rfc7f986e4267e4e4d9c7572b73ab200a6a578c93-b6, Aikau 1.0.101.16, Spring Surf 6.1.0, Spring WebScripts 6.20, Freemarker 2.3.20-alfresco-patched, Rhino 1.7R4-alfresco-patched, Yui 2.9.0-alfresco-20141223)

Alfresco Community v6.1.2

(r589dc49b-b205) schema 13001

 

Thank you in advance.

Best regards.

Jean-Pierre.

1 REPLY 1

abhinavmishra14
World-Class Innovator
World-Class Innovator

Not sure about how complex your XML would be but, may be look at these links. With simple javascript it is able to parse an xml. I haven't tried them in Javascript console though.

https://www.w3schools.com/xml/xml_parser.asp

https://stackoverflow.com/questions/17604071/parse-xml-using-javascript

~Abhinav
(ACSCE, AWS SAA, Azure Admin)