April 20, 200520 yr Hi, I recently converted cdml into xslt(cdml converter). It open the page fine in a browser but it does not display the search result on the result page (after clicking "submit" )Is there something I'm missing? p.s I didnt get any errors
April 20, 200520 yr You get errors if the XSLT stylesheets itself have errors. This does not seem to be the case. But if you don't get results displayed, it could be that something is wrong either with the query or the layout. To check that, add the following code in your XSLT result stylesheet immediately after the <xsl:template match=...> tag: <textarea cols="80" rows="10"><xsl:copy-of select="."/></textarea> This shows you the XML result set tree produced by the CWP engine. In the second line, you find <error code="..."> Look up the code in Appendix B of the FMS7A CWP Guide and try to figure out what went wrong.
April 21, 200520 yr Author Thanks Martin. That's very useful to look up errors. As you can tell I'm new in xml
Create an account or sign in to comment