This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

XSL - Marching in (LorenLai)


Hello,

how can I define in XSL-file for marching in ?

Here is my xsl-file:
------------------------------------------------------
<?xml version="1.0"?> 
<xsl:stylesheet version='1.0'
xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<HR/>
 <xsl:template match="gbName">
 <P><B>GBName:<i> <xsl:value-of
select="."/></i></B></P> 
 </xsl:template> 

 <xsl:template match="scoreGroupName">
 <P><B>scoreGroupName:<i> <xsl:value-of
select="."/></i></B></P> 
 </xsl:template> 

 <xsl:template match="partnerName">
 <P><B>PartnerName:<i> <xsl:value-of
select="."/></i></B></P> 
 </xsl:template> 

 <xsl:template match="kursType"> 
 <P style="color:red"><B>KursType:<i> <xsl:value-of
select="."/></i></B></P>
 </xsl:template> 

 <xsl:template match="role"> 
 <P><B>Rolle:<i> <xsl:value-of
select="."/></i></B></P> 
 </xsl:template> 

 </xsl:stylesheet> 
-------------------------------------------------------

The result is always on the left. I would like to have
kursType ma little bit marchin in . How should I do
that ?

Thank you in advance

Loren :)

=====
Gruss,

Loren Lai :)
Email:lorenlai@yahoo.com

__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]