August 30, 200619 yr I recently started learning XML/XSLT. The FileMaker documentation is very unclear about where to place non-xslt content (images, html files, javascript libraries)on the server so it can be referenced by xsl template files. Sorry if this is vague. I thought I should start simple and then elaborate as necessary. An answer to this question is needed urgently. Also if anyone knows of any great resources for learning about FileMaker and XML/XSLT together I would appreciate it. -Thanks
August 31, 200619 yr Author Thanks, but this is still unclear to me. I put the .xsl files inside: "...FileMaker Server 7Web Publishingxslt-template-files" I tried putting a .jpg file in the same location and referenced it using: "" but all I get is a broken image. The properties for the broken image in the web browser shows the address: "https://.../fmi/xsl/my_picture.jpg" I'm certain I am missing something simple. I am coming from a FMP6/CDML experience. Edited August 31, 200619 yr by Guest
August 31, 200619 yr Author Sorry if I am being dense here. So far all of my files are .xsl files and they are all in the special "xslt-template-files" folder. I access them using the address: "https://.../fmi/xsl/my_file.xsl" So I guess my real question is where do I put the html files in the Server Advance hierarchy? In FMP6, using FileMaker Unlimited, I just put the files inside the web folder inside the FileMaker application folder. I could also put static files inside the wwwroot directory of an IIS box using Web Server Connector.
September 1, 200619 yr No, the static files are not to be put in the xslt-template-files folder. They must be put in the wwwroot directory of IIS.
September 7, 200619 yr Author I spoke with a sales engineer at FileMaker. What I was missing was an "xsl" directory inside of an "fmi" directory inside the "wwwroot" directory on the web server. That detail was not clear in the documentation.
Create an account or sign in to comment