Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Anything I'm missing?


This topic is 7154 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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