Hi.
 
This in my file XML:
 
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href=""?>
<workers>
 <worker id="prac1">
   <date_name>
        <name>Anna</name>
      <surname>Zimek</surname>
      <pesel> 11223344556 </pesel>
      <date> 23.01.1983 </date>
    </date_name>
  <position> kierownik </position>
  <phone> 600400500 </phone>
  <adres>
    <street>Wintera</street>
   <no>8</no>
   <city>Cieszyn</city>
  </adres>
  <stan> panna </stan>
  <children> nie </children>
  <school> srednie </school>
   
     <foto typ="gif" nazwa="obraz.gif" width="150" height="160" />
  
  
   </worker>
   
    </workers>
 

I have big problem. I have to make table consist of two cell :
first must include photo of employee and the other must inculde rest dates of XML:
 
All should look like this :
 
 
=================================
||                            || ||    Name & surname   ||
||        Fhoto            || ||    Adres:                  ||
||                            || ||    City, Street No      ||
||                            || ||    Phone:                 ||
||                            || ||    Children:               ||
||                            || ||                               ||
||                            || ||                               ||
===============================
 
Space
 
=================================
||                            || ||    Name & surname   ||
||        Fhoto            || ||    Adres:                  ||
||                            || ||    City, Street No      ||
||                            || ||    Phone:                 ||
||                            || ||    Children:               ||
||                            || ||                               ||
||                            || ||                               ||
===============================
Space
 
=================================
||                            || ||    Name & surname   ||
||        Fhoto            || ||    Adres:                  ||
||                            || ||    City, Street No      ||
||                            || ||    Phone:                 ||
||                            || ||    Children:               ||
||                            || ||                               ||
||                            || ||                               ||
===============================


Please, help me , I was trying all night and I can't prepare this :-((
Thank you so much.
 
Diana.

Reply via email to