Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hkjang/node-red-contrib-xmljson


https://github.com/hkjang/node-red-contrib-xmljson

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

xmljson NodeRED Node
=====================

Installing with npm
-------

`npm install node-red-contrib-xmljson`

Adding nodes to the palette
-------
Using the Editor
You can install nodes directly within the editor by selecting the Manage Palette option from the main menu to open the Palette Manager.

The ‘Nodes’ tab lists all of the modules you have installed. It shows which you are using and whether updates are available for any of them.

The ‘Install’ tab lets you search the catalogue of available node modules and install them.

Buy Me A Coffee

Example
------
- xml to json

```xml
1804002829 myServer myServer base base 9736 jms-internal 9741 false 30 -Xmx512m -XX:MaxPermSize=250m true 300000 120000 60000 120000 120000 86400000 ${SERVER_HOME}/.workspace/txlog false Warning false com.tmax.ProcessClass processMethod int 1 BOOT true jeus INFO false fileHandler FINEST JeusServer.log true ${SERVER_HOME}/logs 1 1024 false true 2 7000 10000 15000 5000 0 100 300000 4096 0 None 230.30.1.1 3030 9000 datasource1 oracle.jdbc.pool.OracleConnectionPoolDataSource ConnectionPoolDataSource oracle Oracle ConnectionPoolDataSource for instance 1 192.168.1.1 1521 RAC1 scott tiger driverType java.lang.String thin 2 30 1800000 true 10000 50 select 1 from dual 60000 datasource2 oracle.jdbc.pool.OracleConnectionPoolDataSource ConnectionPoolDataSource oracle Oracle ConnectionPoolDataSource for instance 2 192.168.1.3 1521 RAC2 scott tiger driverType java.lang.String thin 2 15 1800000 true 10000 50 select 1 from dual 60000 clusterdatasource false datasource1 datasource2 db2xa com.ibm.db2.jcc.DB2XADataSource XADataSource db2 192.168.1.10 50000 SAMPLE db2user db2user DriverType java.lang.Integer 4 10 30 1800000 true 30 true HOST mail.host mail.foo.com MYURL http://www.foo.com ibmmq com.ibm.mq.jms.MQQueue Q myMQ queue qmgr ccsid java.lang.String myqid persistence java.lang.String APP targ-client java.lang.String MQ encoding java.lang.String euc-kr JAXRConnection jeus.webservies.ConnectionFactoryImpl http://localhost:8088/uddi/inquiry http://localhost:8088/uddi/publish UDDI_GET_AUTHTOKEN javax.xml.registry.uddi.maxRows 10 MyJ2eeApp c:\myapps\MyJ2eeApp EAR myServer ISOLATED false false
```

```json
{
"_declaration": {
"_attributes": {
"version": "1.0",
"encoding": "UTF-8"
}
},
"domain": {
"_attributes": {
"xmlns": "http://www.tmaxsoft.com/xml/ns/jeus",
"version": "7.0"
},
"id": {
"_text": "1804002829"
},
"admin-server-name": {
"_text": "myServer"
},
"servers": {
"server": {
"name": {
"_text": "myServer"
},
.
.
.
}
```