Skip to content

Commit 32717de

Browse files
committed
Readme.
1 parent b770cb8 commit 32717de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ java -jar node_modules/jsonix/lib/jsonix-schema-compiler-full.jar
2525

2626
Generates 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

5454
You can also `unmarshalString`, `unmarshalDocument` and (under node.js) `unmarshalFile`.
5555

56-
### Marshalling
56+
### Serialize JS as XML
5757

5858
```javascript
5959
// Create a marshaller

nodejs/scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ java -jar node_modules/jsonix/lib/jsonix-schema-compiler-full.jar
2525

2626
Generates 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

5454
You can also `unmarshalString`, `unmarshalDocument` and (under node.js) `unmarshalFile`.
5555

56-
### Marshalling
56+
### Serialize JS as XML
5757

5858
```javascript
5959
// Create a marshaller

0 commit comments

Comments
 (0)