& XSLT Forgive me if I'm doing this wrong. Would you be able to help me with an
XSLT 1.0 problem? I got this email from the postings I receive from my
subscription. If I should do this another way please let me know. I am
using XSLT 1.0 that is transformed into a PDF by FOP.
I have a template in XSLT 1.0 that iterates through the questions in each
section of a report and brings back a unique response per section. This is
working fine. The problem I'm having is that it prints many blank lines in
the report. I've tried everything I can find in FAQ sections of forums and
nothing takes out the blank lines. The report prints as follows:
1-0-0 (section)
N/a (a unique response that may have occurred 10 times in this section but
N/a only outputs once) 10 (tally of how many times N/a
occurred in section 1
No
15
2-0-0
N/a
5
No
3
Yes
4
What i need it to look like is:
1-0-0
N/a 10
No 15
2-0-0
N/a 5
No 3
Yes 4
Can you help or could you direct me to someone who could help me?
I have attached my stylesheet, xml doc and report. I really hope you can
help me...i've spent way too much time on this.
Thanks
Debbie