Leslie MacNeill Posted July 5, 2006 Posted July 5, 2006 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!
Martin Brändle Posted July 6, 2006 Posted July 6, 2006 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().
Recommended Posts
This topic is 6713 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