I have a document with many string like this:
<rdf:type rdf:resource="http://example.com"/>
where http://example.com is not a constant value, it change every time. The string must become:
<process:valueType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://example.com</process:valueType>
How can i do in java?