XML : XML Schema. Base64binary type vs String type
For some reasons I need to decode base64 string from some xml element. Is there any difference between element defined by type="xs:base64binary" and element defined by type="xs:string"? If not, what the use of type="xs:base64binary"?
No comments:
Post a Comment