Skip to content

Commit

Permalink
Added CDATA to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachee committed Oct 29, 2021
1 parent 78920c6 commit 48057c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ xsd2php:
# "http://www.example.org/test/somefile.xsd": somefile.xsd
# known_namespace_locations: # optional
# "urn:veloconnect:catalog-1.1": xsd/catalog-1.1.xsd
# configs_jms: #optional
# xml_cdata: false # Disables CDATA
```

Here is an explanation on the meaning of each parameter:
Expand Down Expand Up @@ -102,6 +104,7 @@ Here is an explanation on the meaning of each parameter:
* `xsd2php.known_namespace_locations` (optional) Specify schema location by namespace.
This can be used to read schemas which import namespaces but do not specify schemaLocation attributes.

* `xsd2php.configs_jms.xml_cdata` (optional) Specify if CDATA should be used or not in serialization.

## Generate PHP classes and JMS metadata info

Expand Down

0 comments on commit 48057c6

Please sign in to comment.