Pardon me if my question has already been answered. I tried searching for "xsl dcr name," but DevNet's stupid Search function omitted all of those words.
I am new to SitePublisher and LiveSite. I can't figure out how to get a hold of the name of the Data Content Record (DCR) the user selected from a component (via DCR Datum). Do you know how I can do that? I tried all of the following, but none of them worked:
... select="/Properties/Data/Datum[
@Name='My DCR']/DCR/Value"
... select="/Properties/Data/Datum[
@Name=My DCR']/DCR/Value/text()"
... select="/Properties/Data/Datum[
@Name='My DCR']/DCR/text()"
I suppose I could stuff the DCR name inside each DCR, as a hidden field, but I hope I don't have to stoop so low.
I'm using TS/SP 7.2.1.
Thanks much,
S.