xsl-list
[Top] [All Lists]

Re: need help with converting attribute into elements

2003-10-14 02:09:48
Then the nested approach suggested by Rod would work.

PA Sport RnD

Andrew Curry
Software Developer

Telephone: 01430 455545
Website:        http://www.pa.press.net

PA News Limited:
Bridgegate, Howden, East Yorkshire, DN14 7AE

Registered Office:
PA News Limited, 292 Vauxhall Bridge Road, London SW1V 1AE. Registered in
England No. 3891053


----- Original Message ----- 
From: "Aleš Peregrin" <ales(_dot_)peregrin(_at_)unicorn(_dot_)cz>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Tuesday, October 14, 2003 10:11 AM
Subject: Re: [xsl] need help with converting attribute into elements


Yes, that would probably work, but I am required not to use CSS.
Thanx anyway.
Ales Peregrin
----- Original Message -----
From: <andrew(_dot_)curry(_at_)pa(_dot_)press(_dot_)net>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Tuesday, October 14, 2003 10:50 AM
X-Scanned: By Symantec Anti-Virus Scan Engine
Subject: Re: [xsl] need help with converting attribute into elements


Have you thought of using css instead of a font tag?

PA Sport RnD

Andrew Curry
Software Developer

Telephone: 01430 455545
Website:        http://www.pa.press.net

PA News Limited:
Bridgegate, Howden, East Yorkshire, DN14 7AE

Registered Office:
PA News Limited, 292 Vauxhall Bridge Road, London SW1V 1AE. Registered in
England No. 3891053


----- Original Message -----
From: "Aleš Peregrin" <ales(_dot_)peregrin(_at_)unicorn(_dot_)cz>
To: <XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Tuesday, October 14, 2003 9:46 AM
X-Scanned: By Symantec Anti-Virus Scan Engine
Subject: Re: [xsl] need help with converting attribute into elements


Hi!
I'm trying to make a XSLT stylexheet for transforming XML document into
HTML
and there is a problem I'm unable to solve, even after a week of trying
and
searching all over the internet. The problem looks quite easy to me and
it
seems I'm missing something important about XSL  language. Here it goes:

I have an XML tag which looks like this: <text bold=true italic=true
underline=false>Help!</text>
In this case, the result in HTML should be:
<font>
   <b>
      <i>
         Help!
      </i>
   </b>
</font>

I simply need to transform the attributes into HTML elements so that any
of
the possible combinations of the atributes' values would be transformed
correctly.

Can anyone help me?
Thanx.
Ales Peregrin


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



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




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


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