Search found 4 matches

by Mario777
Thu Apr 17, 2014 4:33 pm
Forum: General XML Questions
Topic: rowspan
Replies: 1
Views: 2197

rowspan

Hello! I have a table with 2 columns and in 1 column I want to make a rowspan. I want to make a rowspan in my column in my table in XML and XSL but it won't work. My XML: <tabMob> <thead> <tr> <th> Pflegediagnosen und Pflegeinterventionen </th> <th> Vermögen </th> </tr> </thead> <tbody> <tr> <tdrows...
by Mario777
Thu Apr 17, 2014 4:26 pm
Forum: General XML Questions
Topic: Different tabels and more CSS
Replies: 2
Views: 2415

Re: Different tabels and more CSS

Thank you very much. I implemented it a Little bit different, but it worked! :)
by Mario777
Tue Apr 15, 2014 11:31 pm
Forum: General XML Questions
Topic: Different tabels and more CSS
Replies: 2
Views: 2415

Different tabels and more CSS

Hi! I have to adapt a XML and XSL file. Usually there was the CSS just for one table in my XSL, but I want to have different tabels classes to change their lookings. In my XML file i call the tabels: <table class="first">.... <table class="second">.... In my XSL I have predefined...
by Mario777
Fri Apr 04, 2014 2:37 pm
Forum: General XML Questions
Topic: Radiobuttons in XML / XSL
Replies: 1
Views: 2825

Radiobuttons in XML / XSL

First: Sorry, my english is not the best, but I try to write as good as possible. My Path in .XML file: <ClinicalDocument> <recordTarget> <patientRole> <rezeptgebuehrenbefreiung>ja</rezeptgebuehrenbefreiung> If in .XML file in <rezeptgebuehrenbefreiung> is a "yes", then the result should b...