Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

text design

I load my text with XML into an HTML table, but does anyone know how I can design this text?

for example:

This word is bold. (text from XML doc)

want to make:

This word is bold

I know that I can design the whole text with CSS bu I want to know how to do this with one word?
[320 byte] By [paetje] at [2007-11-11 8:03:14]
# 1 Re: text design
I think it is better if you use XSL.

If you want to know how to do then you should learn XSL as soon as possible. :)

XML XSL - An Introduction to XML Extensible Stylesheet Language
http://www.xmlfiles.com/xsl/

Chapter 17 of the XML Bible, Second Edition : XSL Transformations
http://www.ibiblio.org/xml/books/bible2/chapters/ch17.html

Yon can also google it if these link doesnot help you so much.
Sync at 2007-11-11 23:28:36 >