February 5, 200421 yr 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
February 5, 200421 yr Author 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
February 6, 200421 yr Author 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
Create an account or sign in to comment