Re: classmap - Mixed Content question.
[email protected] (Ammarmar)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
Oh, and you don't have to specify 'mixed' attribute just for data types with attributes. It is only necessary, if you wish to do something like this: <myComplexObject> This is plain text and this is <subElement>something</subElement> </myComplexObject> - mixing text content with subelements.