Jump to content
Server Maintenance This Week. ×

xsl equivalent of Evalrespond1::Registration....


Justin Grewe

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

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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