User Profile

Collapse

Profile Sidebar

Collapse
DAnne
DAnne
Last Activity: Sep 12 '06, 04:49 PM
Joined: Jun 12 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DAnne
    replied to Blank lines
    in XML
    Hi,

    A quick note to let you know I figured this out. Unbelievably stupid error :-)
    The code to bring back the unique responses was in a table row. The adjacent cell which did a count on each unique response had a space-after property set to 5px. I removed this and it was smooth sailing.
    I appreciate your help.
    See more | Go to post

    Leave a comment:


  • DAnne
    replied to XSLT Question
    in XML
    you can try
    Code:
    <xsl:value-of select="po = position()=[1]"/> 
    and 
     <xsl:value-of select="po=position()=last()"/>
    See more | Go to post
    Last edited by Dormilich; Jan 22 '09, 09:28 AM. Reason: added [code] tags

    Leave a comment:


  • DAnne
    started a topic Blank lines
    in XML

    Blank lines

    Hi,

    I have checked your archives but have not been able to find anything that works for my situation. I have a for loop that brings back a list of unique responses for each section in a report. These responses are responses to each question in a particular section.
    This is working fine. However the output prints many blank lines. I have determined that these lines are are actually places where the question had the same...
    See more | Go to post
    Last edited by Dormilich; Jan 22 '09, 09:37 AM. Reason: added [code] tags

  • DAnne
    started a topic count function in xslt
    in XML

    count function in xslt

    I'm trying to do a simple count function in xslt and it's turning out to be extremely painful.

    I have a report that brings back a set of responses for each question per section in an Audit.

    I want to bring back the response only once (i.e. Na,Yes, No answers only once). I have this working. The part I'm having trouble with is the count. Now for each response I need to do a tally of how many times the respondent answered...
    See more | Go to post
    Last edited by Dormilich; Jan 21 '09, 11:00 AM. Reason: added [code] tags

  • DAnne
    started a topic xslt problems
    in XML

    xslt problems

    Hi,

    I'm very new to xslt and this is my first time posting to a Forum so please forgive me if I transgress any protocols.

    I have to do a tally report. This report is divided up into sections. Each section has a list of questions. Each question has responses.

    I need to display a list of responses to the questions (i.e. set:distinct), once and only once, each section.

    My second problem is that these...
    See more | Go to post
    Last edited by Dormilich; Jan 10 '09, 06:25 AM. Reason: added [code] tags
No activity results to display
Show More
Working...