File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ java -jar node_modules/jsonix/lib/jsonix-schema-compiler-full.jar
2525
2626Generates mappings for the ` purchaseorder.xsd ` schema in the ` mappings\PO.js ` ; mappings will be placed in the variable ` PO ` .
2727
28- ### Unmarshalling:
28+ ### Parse XML into JS
2929
3030``` javascript
3131// Include or require PO.js so that PO variable is available
@@ -53,7 +53,7 @@ unmarshaller.unmarshalURL('po.xml',
5353
5454You can also ` unmarshalString ` , ` unmarshalDocument ` and (under node.js) ` unmarshalFile ` .
5555
56- ### Marshalling
56+ ### Serialize JS as XML
5757
5858``` javascript
5959// Create a marshaller
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ java -jar node_modules/jsonix/lib/jsonix-schema-compiler-full.jar
2525
2626Generates mappings for the ` purchaseorder.xsd ` schema in the ` mappings\PO.js ` ; mappings will be placed in the variable ` PO ` .
2727
28- ### Unmarshalling:
28+ ### Parse XML into JS
2929
3030``` javascript
3131// Include or require PO.js so that PO variable is available
@@ -53,7 +53,7 @@ unmarshaller.unmarshalURL('po.xml',
5353
5454You can also ` unmarshalString ` , ` unmarshalDocument ` and (under node.js) ` unmarshalFile ` .
5555
56- ### Marshalling
56+ ### Serialize JS as XML
5757
5858``` javascript
5959// Create a marshaller
You can’t perform that action at this time.
0 commit comments