Defining Named Styles
To define a named style:
An example of a typical named style file is shown here:
<?xml version="1.0" encoding="UTF-8"?>
<NamedStyle
version="MXP_WorkSpace_1_5"
xmlns="http://www.mapinfo.com/mxp">
<LineStyle
stroke="black"
stroke-opacity="1"
width="1"
width-unit="mapinfo:imagesize pixel">
<Pen>mapinfo:pen 9</Pen>
</LineStyle>
</NamedStyle>
After you have added the named style file to the repository, you can reference the named style in your XML request by specifying the path and filename of the XML file.