Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - RE: formating repeating data formating repeating dataTo: NULL Date: 1/5/2006 11:22:00 AM I have an xml element containing client contact information in my document
that may appear multiple times (sample below). In my xsl I want to generate
html for each of the contact. The easy thing to do would be to create
multiple table rows so each contact information appears in a list, but what
I need to do is display them repeating horizontally and vertically instead
of just vertically. Any ideas on how to do this?
example:
Contact info 1 Contact info 2
Contact info 3 Contact info 4
Contact info 5
this is a sample of the xml, where there could be multiple participant
elements:
<participant typeCode="NOT">
<participatingEntity classCode="CON">
<code code="HUSB" codeSystem="F05716F7-BA77-4641-A8D8-6E3948CCD321"
codeSystemName="HL7: PersonalRelationshipRoleType" displayName="Husband"/>
<addr>
<streetAddressLine>2222 Home Street</streetAddressLine>
<city>Ann Arbor</city>
<state>BC</state>
<postalCode>A1B 2C3</postalCode>
<country>CA</country>
</addr>
<telecom value="tel:(555)555-5001" use="H"/>
<telecom value="mailto:Neville.Nuclear@e..." use="H"/>
<associatedPerson>
<name>
<prefix>Mr.</prefix>
<given>Neville</given>
<given>N.</given>
<family>Nuclear</family>
<suffix>III</suffix>
</name>
</associatedPerson>
</participatingEntity>
</participant>
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
