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]

RE: How to substring from XML content ?


>How to substring from XML content ?

Use the XPath substring() function.

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> kokchoon@brel.com
> Sent: 15 June 2001 23:58
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] How to substring from XML content ?
> 
> 
> hi friends,
> 
>  I am developing a system that generate xml from msword file, 
> and than translate the xml with
>  xsl by using xalan. The msword content is something like this :
> > 
> > ************** ms word example *************************
> > Overview
> > 
> > Try to do it better
> > ....
> > ...
> > **************************************************
> > 
> > so, when the doc be converted to xml, it will like this :
> > 
> > <p id="1">Overview</p>
> > <p id="2">Try to do it better</p>
> > ......
> > ......
> > 
> > then, i need to write a xsl to translate with that xml and 
> generate html...
> > but the problem is i need to format the title "Overview" 
> make it have a better look and feel,
> > where the first char must be biger that other char... the 
> html code is like <font
> > size="3">O</font><font size="1">verview</font>. But how to 
> make it posible when i use xsl ?
> > the command <xsl:for-each><xsl:if 
> test="@id='1'"><xsl:apply-templates
> > select="p"/></xsl:if></xsl:for-each> will get the whole 
> "Overview" word... so how to substring
> > it so that i can display it which the font size i need ???
> > 
> > Thank.
> > 
> > >From Kok Choon.
> > 
> 
> --------------------------------------------------------
> E-mail: kokchoon@brel.com
> Date: 06/16/01
> Time: 06:57:38
> 
> This message was sent by Z-Mail Pro - from NetManage
> NetManage - delivers Standards Based IntraNet Solutions
> --------------------------------------------------------
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 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]