ImportXML
A string of percent-encoded XML content that represents the category information that you want to import.
You can use a POST request if you use this parameter.
Actions: | CategoryImportFromXML
CategoryReplaceFromXML |
Type: | String |
Default: | |
Example: | ImportXML=<?xml%20version='1.0'%20encoding=
'UTF-8'%20?>%20<autn:categories%20xmlns:autn=
'http://schemas.autonomy.com/aci/'><autn:category>
<autn:name>Science</autn:name><autn:trainingelement>
<autn:type>BOOLEAN</autn:type><autn:content>Einstein%20
OR%20Copernicus</autn:content></autn:trainingelement>
<autn:category><autn:name>Tropical%20Storms</autn:name>
<autn:trainingelement><autn:type>BOOLEAN</autn:type>
<autn:content>hurricane%20OR%20monsoon</autn:content>
</autn:trainingelement></autn:category></autn:category>
</autn:categories>
|
See Also: |