Search found 4 matches

by tjsingh
Fri Mar 27, 2009 7:33 pm
Forum: General XML Questions
Topic: expand and collapse
Replies: 1
Views: 4397

expand and collapse

Hi I am trying to do an expand and collapse. I have created the xml which i have pasted below. What i am trying to achieve is having the hierarchy which expands but the last node will show a table. I can get it to display but the problem is that it picks the attributes of the parent node which i don...
by tjsingh
Fri Mar 27, 2009 12:02 pm
Forum: General XML Questions
Topic: xsl:if issue
Replies: 1
Views: 1786

xsl:if issue

Hi I have the following in my xsl.

<xsl:if expr="depth(this) > 2">
display: none;
</xsl:if>

but it states that the element must have a test attribute

any ideas?

cheers
by tjsingh
Fri Mar 27, 2009 12:01 pm
Forum: General XML Questions
Topic: Elements within elsements
Replies: 2
Views: 2346

Re: Elements within elsements

hi

Sorry for the late reply. I have sorted this one now and have an xml format in place.

cheers
by tjsingh
Tue Mar 17, 2009 1:56 pm
Forum: General XML Questions
Topic: Elements within elsements
Replies: 2
Views: 2346

Elements within elsements

Hi I am just refreshing myself on XML been a while. Just wondering i am creating a table with different rows. But inbetween some rows there will be a subtotal element which is called <subtotal> I cannot get it to display after the 2nd row of data but instead it displays it at the bottom. First i nee...