Discuss using and your tips/tricks for CATVids
-
Alex Ivanovich
- Posts: 324
- Joined: Mon Sep 07, 2015 2:24 pm
- Location: Russian - Italia
Post
by Alex Ivanovich » Sun Mar 31, 2019 7:38 am
Hello everyone
I need help
I would like to display the "Studio" field in Person Credits
I entered this code but it doesn't work
Person_Credits.xsl
Code: Select all
<td class="list_table_heading">Studio</td>
Code: Select all
<td class="list_table_fieldvalue" width="20%" nowrap="">
<xsl:value-of select="contentsdata/studio"/>
<xsl:if test="contentsdata/studio!=''">
<xsl:text>, </xsl:text>
<xsl:value-of select="contentsdata/studio"/>
</xsl:if>
</td>

- CATVids Studio in Credits.png (236.11 KiB) Viewed 361 times
Last edited by
Alex Ivanovich on Sun Mar 31, 2019 2:04 pm, edited 1 time in total.
-
Alex Ivanovich
- Posts: 324
- Joined: Mon Sep 07, 2015 2:24 pm
- Location: Russian - Italia
Post
by Alex Ivanovich » Sun Mar 31, 2019 2:03 pm
modified the code, now I can see, but the values are double
Code: Select all
<td class="list_table_heading">Studio</td>
Code: Select all
<td class="list_table_fieldvalue" width="20%" nowrap="">
<xsl:value-of select="contentsdata/studios"/>
<xsl:if test="contentsdata/studio!=''">
<xsl:text>, </xsl:text>
<xsl:value-of select="contentsdata/studio"/>
</xsl:if>
</td>

- CATVids Studio in Credits 2.png (174.46 KiB) Viewed 354 times
-
Alex Ivanovich
- Posts: 324
- Joined: Mon Sep 07, 2015 2:24 pm
- Location: Russian - Italia
Post
by Alex Ivanovich » Wed Apr 03, 2019 12:09 pm
now this forum is dead
it has no reason to exist
what a pity

-
Roxie2401
- Posts: 45
- Joined: Sun Dec 27, 2015 11:23 pm
Post
by Roxie2401 » Wed Apr 03, 2019 6:05 pm
<xsl:value-of select="contentsdata/studio/lookupdata/contentsdata/studio"/>
Not sure if this would work, but I had a repeating data issue with the ArtistPerson template and received the suggestion to add the lookupdata into the code and it work just fine.
You may want to experiment with that line a little. Since I don't know much about CATvids......
See this thread:
viewtopic.php?f=12&t=342#p1628
-
Alex Ivanovich
- Posts: 324
- Joined: Mon Sep 07, 2015 2:24 pm
- Location: Russian - Italia
Post
by Alex Ivanovich » Wed Apr 03, 2019 6:29 pm
Roxie2401 wrote: ↑Wed Apr 03, 2019 6:05 pm
<xsl:value-of select="contentsdata/studio/lookupdata/contentsdata/studio"/>
Hello Roxie2401,
thanks for the answer (we are few now)
this does not work
my code posted above works,
the problem is displayed twice
in red the one to be deleted
Ashmont Productions Ashmont Productions Screen Gems Television Screen Gems Television
-
Roxie2401
- Posts: 45
- Joined: Sun Dec 27, 2015 11:23 pm
Post
by Roxie2401 » Wed Apr 03, 2019 6:42 pm
Alex,
As I mentioned, I was having double entries in my code and using the lookupdata fixed it.
Did you go back and look at that thread I mentioned?
I think you may have to move some things around in that line, but the lookupdata solved my issue.
Not that familiar with CATvids - so maybe someone else can help.
Be patient - you only posted your original message three days ago. It took five months before someone found a solution for my issue and I was very greatful for the help.
-
Alex Ivanovich
- Posts: 324
- Joined: Mon Sep 07, 2015 2:24 pm
- Location: Russian - Italia
Post
by Alex Ivanovich » Wed Apr 03, 2019 7:09 pm
I read the link,
but did not help, I continue to view the double data

-
Alex Ivanovich
- Posts: 324
- Joined: Mon Sep 07, 2015 2:24 pm
- Location: Russian - Italia
Post
by Alex Ivanovich » Thu May 30, 2019 3:06 pm
with regret I see that nobody wants to help me,
or written to Fredrick and Dave (great master), no answer
this forum is definitely dead
a simple code (which I can't solve) that will remain unresolved
