July 5, 200619 yr I posted 3 problems yesterday. Here's an update: 1) I found a way to resolve this issue. 2) I have an often-used xsl:choose command that compares a field with a text string that doesn't work and I can't see why. A similar comparison between a token and a text string works just fine as did the comparison between the field and the text string in CDML. ... KitKitPart Number Since my original post yesterday, problem #2 is growing in scope. It turns out that anytime I try to use a field reference for anything other than viewing the field, it doesn't work. Such as the two below: setting a token to the value of a field doesn't work and setting a field in a new record to the value of a field doesn't work. cartok.xsl 3) Do you know of a good documentation source that could help me answer questions such as this? I've gleaned what I can from the Custom Web Publishing Guide and online XSL and XPath tutorials. Please help!
July 6, 200619 yr Is there any error message in case 2) ? How was this file called? (URL) Is there a line in the header between and I see that in your form the is missing. Of course then you can not submit the form. Next, for every token that you pass you should encode the value with fmxslt:url_encode(). For every token that you read out you should decode the value with fmxslt:url_decode().
Create an account or sign in to comment