Jump to content

rixthemix

Newbies
  • Posts

    5
  • Joined

  • Last visited

Everything posted by rixthemix

  1. Well, I have used FMP6 for two years now and must admit, its awesome! We have FMP6 Unlimited that works great! Now we have FMP7 Advanced server and I cannot get the .xsl files to work! I used the handy little CDML/XML converter and still get errors. I though I had trouble in my files since my CDML pages were quite complex, so I built a very simple CDML page in FMP6, got it working, then ran the CDML converter, put in on my Advanced Server at: library/Filemaker Server 7/Web Publishing/xslt template-files/fmp7test and right away I get an error! http://134.39.205.247/fmi/xsl/fmp7test/search.xsl Thoughts, Ideas, Comments? Below is the contents of this file used on this page <?xml version="1.0" encoding="ISO-8859-1"?> <?xslt-cwp-query param="-grammar=fmresultset"?> <xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xmlns:fmrs="http://www.filemaker.com/xml/fmresultset"> <exclude-result-prefixes="xsl fmrs"> <xsl:output method="html" encoding="ISO-8859-1"/> <xsl:template match="/fmrs:fmresultset"> <html> <head> <title>Test Search</title> </head> <body> <h2>test Search Form</h2> <p> step 1 <p><form method="post"><xsl:attribute name="action">/results.xsl</xsl:attribute> <p> step 2 <p><input type="hidden" name="-db" value="test"/> <p> step 3 <p><input type="hidden" name="-lay" value="MainLayout"/> <p> step 4 <p> <p> step 5 <p>First name<br/> <p><input type="text" name="first name" value="" size="30"/> <p> step 6 <p><input type="hidden" name="-max" value="25"/> <input type="submit" name="-find" value="Start Search"/> <p> step 7 </xsl:template> </xsl:stylesheet>
  2. Well, I have used FMP6 for two years now and must admit, its awesome! We have FMP6 Unlimited that works great! Now we have FMP7 Advanced server and I cannot get the .xsl files to work! I used the handy little CDML/XML converter and still get errors. I though I had trouble in my files since my CDML pages were quite complex, so I built a very simple CDML page in FMP6, got it working, then ran the CDML converter, put in on my Advanced Server at: library/Filemaker Server 7/Web Publishing/xslt template-files/fmp7test and right away I get an error! http://134.39.205.247/fmi/xsl/fmp7test/search.xsl Thoughts, Ideas, Comments? Below is the contents of this file used on this page <?xml version="1.0" encoding="ISO-8859-1"?> <?xslt-cwp-query param="-grammar=fmresultset"?> <xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xmlns:fmrs="http://www.filemaker.com/xml/fmresultset"> <exclude-result-prefixes="xsl fmrs"> <xsl:output method="html" encoding="ISO-8859-1"/> <xsl:template match="/fmrs:fmresultset"> <html> <head> <title>Test Search</title> </head> <body> <h2>test Search Form</h2> <p> step 1 <p><form method="post"><xsl:attribute name="action">/results.xsl</xsl:attribute> <p> step 2 <p><input type="hidden" name="-db" value="test"/> <p> step 3 <p><input type="hidden" name="-lay" value="MainLayout"/> <p> step 4 <p> <p> step 5 <p>First name<br/> <p><input type="text" name="first name" value="" size="30"/> <p> step 6 <p><input type="hidden" name="-max" value="25"/> <input type="submit" name="-find" value="Start Search"/> <p> step 7 </xsl:template> </xsl:stylesheet>
  3. Well, I have used FMP6 for two years now and must admit, its awesome! We have FMP6 Unlimited that works great! Now we have FMP7 Advanced server and I cannot get the .xsl files to work! I used the handy little CDML/XML converter and still get errors. I though I had trouble in my files since my CDML pages were quite complex, so I built a very simple CDML page in FMP6, got it working, then ran the CDML converter, put in on my Advanced Server at: library/Filemaker Server 7/Web Publishing/xslt template-files/fmp7test and right away I get an error! http://134.39.205.247/fmi/xsl/fmp7test/search.xsl Thoughts, Ideas, Comments? Below is the contents of this file used on this page <?xml version="1.0" encoding="ISO-8859-1"?> <?xslt-cwp-query param="-grammar=fmresultset"?> <xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xmlns:fmrs="http://www.filemaker.com/xml/fmresultset"> <exclude-result-prefixes="xsl fmrs"> <xsl:output method="html" encoding="ISO-8859-1"/> <xsl:template match="/fmrs:fmresultset"> <html> <head> <title>Test Search</title> </head> <body> <h2>test Search Form</h2> <p> step 1 <p><form method="post"><xsl:attribute name="action">/results.xsl</xsl:attribute> <p> step 2 <p><input type="hidden" name="-db" value="test"/> <p> step 3 <p><input type="hidden" name="-lay" value="MainLayout"/> <p> step 4 <p> <p> step 5 <p>First name<br/> <p><input type="text" name="first name" value="" size="30"/> <p> step 6 <p><input type="hidden" name="-max" value="25"/> <input type="submit" name="-find" value="Start Search"/> <p> step 7 </xsl:template> </xsl:stylesheet>
  4. THANK YOU One more thing, how do I go about accessing the custom websites? Thanks
  5. OK, I have an Imac with OSX 20.3 running. I installed Filemaker Pro, then Filemaker server, then Filemaker advanced server. I converted all of my old databases to the .fp7 format and almost everything works. My problem is the CDML web pages that were running on FM Unlimited and worked really well. So I use the nifty CDML/XML converter with ran without any problems. Then I took the .xls documents and put them in the apache web server directory. I bring up the URL and get the apache page, so I am confident that end of things works. I can bring up the directory listing just fine, I click one of the .xls documents and get the error "XML Parsing error" I have worked on this for more hours then I care to admit, what am I missing? I turned on the Instant web publishing in the databases also turned on the other two options. The good news is the IWP works great on the advanced server! Its fairly impressive how well it works. Thoughts? Here is my OSX test server http://134.39.205.247 Here is IWP http://134.39.205.247/fmi/iwp
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.