Here's another oldie-but-goodie. I posted the first version of this code way back in February 2007. CATraxx was at version 7 then. The template posted below works with the latest version 9.48.
Sample database - Kristin Hersh discography
Download template
ArtistPerson with Discography [Templates from the past]
- DougWilliams
- Site Admin
- Posts: 235
- Joined: Thu May 22, 2014 11:36 am
- Location: Wisconsin, USA
- Contact:
Re: ArtistPerson with Discography [Templates from the past]
Thanks Dave!
Record Collector
"You Mean I'm Supposed To Listen To 'Em?!?!?!?"
"You Mean I'm Supposed To Listen To 'Em?!?!?!?"
-
- Posts: 7
- Joined: Fri Sep 04, 2015 2:31 am
Re: ArtistPerson with Discography [Templates from the past]
Hi Dave
many thanks for this Template. But is it possible to change Label to Discography (I use Custom 05)
and Status to Format?
Many thanks in advanced.
many thanks for this Template. But is it possible to change Label to Discography (I use Custom 05)
and Status to Format?
Many thanks in advanced.
Kind regards from Germany
Wolf
Wolf
Re: ArtistPerson with Discography [Templates from the past]
Wolf, yes it can be done.wolf wrote:many thanks for this Template. But is it possible to change Label to Discography (I use Custom 05)
and Status to Format?.
Open the ArtistPerson.xsl file that you downloaded from me. Search for "Label". You should find three instances of
Code: Select all
<B>Label</B>
Code: Select all
<B>Discography</B>
Code: Select all
<xsl:value-of select="label"/>
Code: Select all
<xsl:value-of select="custom05"/>
Code: Select all
<B>Status</B>
Code: Select all
<B>Format</B>
Code: Select all
<xsl:value-of select="status"/>
Code: Select all
<xsl:value-of select="format"/>
Cheers,
Dave
Dave
Re: ArtistPerson with Discography [Templates from the past]
Hi Dave
excellent and easy, many thank's I have what I want.
excellent and easy, many thank's I have what I want.

Kind regards from Germany
Wolf
Wolf