python-esppy
python-esppy copied to clipboard
How to set <![CDATA[resize]]> in xx.set_parameters?
When I write these code in :
resize = esp.calculate.ImageProcessing(schema=('id*:int64', 'resized:blob'), function="resize", width=200, height=200) resize.set_parameters(function=)
But When i save this to an xml. I find "<" changed to "<" and ">" to ">" . It is so strange? How can I changed it?