[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: How to display spaces?

Subject: Re: How to display spaces?
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Mon, 29 Apr 2002 17:43:03 +0200
displaying spaces in xsl
It's always the same:

<input>
    <xsl:attribute name="value">
        <xsl:value-of select="@name"/>
    </xsl:attribute>
</input>

With the correct namespace (not WD-XSL) you can write short versions via attribute value template (AVT):

<input value="{@name}"/>

Regards,

Joerg

Suman.Sathyanarayan@xxxxxxxxxxxx wrote:
Hi Michael,

Thanks , that was superb
Another question.
how do i display the
XML Schema values in a text box??
i mean do i say
<input type= "text" value="<xsl:value-of select="@name"></xsl:value=of>"

</input>??


Can u please send me over a sample XSL
which has text boxes, text area's,hidden variales
<a> href tags etc etc .. which access values
I think i'm asking for too much :)))))..

Regards,
Suman





"Michael Kay" <michael.h.kay@xxxxxxxxxxxx To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> > cc: <owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Sent by: Subject: RE: How to display spaces? owner-xsl-list@xxxxxxxxxxxx rytech.com 04/29/02 03:06 PM Please respond to xsl-list





I cannot use &nbsp; in an XSL , so how do i display
white or blank spaces on the screen??


FAQ.

Either declare the entity &nbsp; in the DTD for the stylesheet, or simply
use its numeric equivalent: &#160;

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


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






-----------------------Disclaimer------------------------

The views of the author may not necessarily reflect those
of the Company. All liability is excluded to the extent
permitted by law for any claims arising as a result of the
use of this medium to transmit information by or to
IT Solutions (India) Pvt. Ltd.

We have taken precautions to minimize the risk of
transmitting software viruses, but we advise you to
carry out your own virus checks on any attachment to
this message.  We cannot accept liability for any loss or
damage caused by software viruses.

------------------------Disclaimer------------------------


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





--

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de


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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.