Home > Archive > MS SQL XML > January 2006 > blank textarea









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author blank textarea
Furia

2006-01-04, 3:23 am

Hi,

I can't get a blank textarea when applying my .xslt to a .xml file. I know
this is a common error because I've already found some solutions but none
worked :(
The parser always translates the solutions to: <textarea/>

Thanks in advance ;)

Cheers
Peter Flynn

2006-01-04, 8:24 pm

Furia wrote:

> Hi,
>
> I can't get a blank textarea when applying my .xslt to a .xml file. I
> know this is a common error because I've already found some solutions
> but none worked :(
> The parser always translates the solutions to: <textarea/>


Have you tried inserting an &nbsp;

<textarea>
<xsl:text> </xsl:text>
</textarea>

///Peter
--
XML FAQ: http://xml.silmaril.ie/

Furia

2006-01-05, 9:23 am

"Peter Flynn" wrote:
>
> Have you tried inserting an
>
><textarea>
><xsl:text> </xsl:text>
></textarea>


Hi,

gona try that but i've tried similar things such as:
<textarea>
<xsl:text> </xsl:text>
</textarea>
and
<textarea>
<xsl:text>&nbps;</xsl:text>

None worked.
Feedback soon, thanks Peter ;)
</textarea>
Furia

2006-01-05, 8:25 pm

Nop...:(

None works...it still has a blank space...grrr

Cheers
Furia
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com