Subject: XSL - Marching in (LorenLai)
From: Loren Lai <lorenlai@xxxxxxxxx>
Date: Tue, 19 Jun 2001 07:22:35 -0700 (PDT)
|
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@xxxxxxxxx
__________________________________________________
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
|