We are 2 developpers and we want to share some Custom Transformer (CT) with other users.
One of thouse (CT) use a XMLFormatter to check an XML.
Our problem is we (developpers) and users haven't got the same installation, shared directory etc...but the XMLFormatter keep the absolute path of the XSD and not a relativ path.
For us (dev) it's not a problem (just a pain...) but for our user it is.
So we tried using a parameter (for the XSD location)... but in this case, when we publish on the FMEServer do not publish the XSD...
How should we use it ?
Can we publish (with our hands) the XSD on the server ?