| http://www.w3.org/ns/prov#value | - Given the missing description of the encoding parameter, I had hoped it would automatically encode the document if I set the encoding type; this is not the case.At least in PHP v4.3.3, it seems that setting the encoding type does NOTHING other than set the name displayed in the string:<?xml version=1.0 encoding=UTF-8?>Thus if you want your values to be encoded, you need to manually encode them
|