xsltlist www.recognia.com
recognia/api/xsltlist

The Recognia API supports applying an XSLT against the XML block returned by any API call. You can get a list of XSLTs that you have registered at Recognia by calling this API command. The contents of the XSLT are not returned by this call. See xsltget.

Parameters

None


Return

<list count="" type="xslt_id"> tag. Count contains the number of child <xslt_id> nodes. This list will be empty (and count=0) if there are no XSLTs registered at Recognia.

<status> tag if there was an error executing command. Contents can be
Value Description
failed

if there was an internal Recognia error. Recognia is notified immediately in this instance

If failed is returned, check the <errors> tag in the <header> block for the reason.

Only the header block if unable to authenticate the user