sai Posted April 20, 2005 Posted April 20, 2005 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
Martin Brändle Posted April 20, 2005 Posted April 20, 2005 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.
sai Posted April 21, 2005 Author Posted April 21, 2005 Thanks Martin. That's very useful to look up errors. As you can tell I'm new in xml
Recommended Posts
This topic is 7154 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now