POST DocumentViewer/MakeDocument

MakeDocument makes html document from XML and XSLT stylesheets

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
XmlString

string

Required

XsltPath

string

Required

Request Formats

application/xml, text/xml

Sample:
<MakeDocumentModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <XmlString>sample string 1</XmlString>
  <XsltPath>sample string 2</XsltPath>
</MakeDocumentModel>

Response Information

Resource Description

Path to new html file

string

Response Formats

application/xml, text/xml

Sample:
<string>sample string 1</string>