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

xsl equivalent of Evalrespond1::Registration....


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

Recommended Posts

Posted

In CDML there is a tag of Evalrespond1::RegistrationID.[FMP-CurrentRecordNumber]. I NEED to use xsl on this and I need this tag. I can get the Evalrespond1::RegistrationID, but how do I get the Current record number and have it at the end of <input type="radio" name="Evalrespond1::MultipleChoiceResponse" value="5"/> in an xsl document?

Thanks a lot.

Justin Grewe

Posted

I know that if you tried to have an xsl:attribute of name, and then a xsl:value-of select="the calculated field in filemaker for the record number", in would have part of it, but you still need the Evalrespond1::MultipleChoiceResponse, so how would I do that?

Justin Grewe

Posted

I have even tried this to edit each of the portal rows with xsl:

<xsl:value-of select="fm:COL[23]"/> with the value of fm:COL[23] being a calculated field = "Evalrespond1::QuestionID." & Status( CurrentRecordNumber)

which would be the same thing as what cdml uses, but all i get as the result is the words of that on the xml not parsing it. How do you do this?::

Justin Grewe

This topic is 7594 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.