Hi:

You can find a very good example at 
http://www.w3schools.com/xsl/xsl_transformation.asp

That site has very nice and short tutorials.

Elsa.

 --- "Bovy, Stephen J" <[EMAIL PROTECTED]>
escribió: 
> I would like to find a simple xsl template to
> convert something like
> this:
> 
> <Purchase-Orders 
> 
> <Purchase-Order>                             
>   <name>Steve Bovy</name>                    
>   <address>9301 Pali Ave</address>           
>   <phone-number>818-352-9917</phone-number>  
>   <part-number> 1234</part-number>           
>   <quantity>-1</quantity>                    
>   <price>-15.41</price>                      
>   <total>-45.32</total>                      
> </Purchase-Order>                            
> 
> <Purchase-Order>                             
>   <name>John Doe</name>                      
>   <address>Never Land</address>              
>   <phone-number>818-999-9999</phone-number>  
>   <part-number> 3241</part-number>           
>   <quantity> 20</quantity>                   
>   <price> 15.41</price>                      
>   <total> 45.32</total>                      
> </Purchase-Order>                            
>                                              
> </Purchase-Orders>                           
> 
> 
> Into a Displayable HTML "table" 
> 
> Has anyone written somehting like this, or can
> point me to such a
> template ???? 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
>  

_________________________________________________________
Do You Yahoo!?
La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. 
http://net.yahoo.com.mx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to