Click here to Skip to main content
15,914,447 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralEMBEDDING SQL IN A VC++ DATABASE APPLICATION Pin
Wisdom20043-May-04 21:09
Wisdom20043-May-04 21:09 
GeneralACCESS A DATABASE USING MFC DIALOGUE BOXES Pin
Wisdom20043-May-04 21:03
Wisdom20043-May-04 21:03 
QuestionHow to use msxml4.dll in project? Pin
Anonymous3-May-04 7:12
Anonymous3-May-04 7:12 
AnswerRe: How to use msxml4.dll in project? Pin
Andrew Quinn AUS25-May-04 5:46
Andrew Quinn AUS25-May-04 5:46 
GeneralXSL Table view Pin
mauricexy3-May-04 4:21
mauricexy3-May-04 4:21 
GeneralRe: XSL Table view Pin
mauricexy4-May-04 3:52
mauricexy4-May-04 3:52 
Generalproblem with xslt! Pin
hassan azizi30-Apr-04 3:37
hassan azizi30-Apr-04 3:37 
Generalproblem with xslt! Pin
hassan azizi30-Apr-04 3:26
hassan azizi30-Apr-04 3:26 
hi my dear
i use xslt template to transform xml content to html file.
but i have some problem ,that is the inner text of P tag in generated html file(p tag is contained with a cell of an absolute table) don't wrap
automatically!and it cause to resize the container table and when
i open that html file in VS .NET environment and changes any thing likee a tag property the text of p tag becomes true!
even i used nowrap property of p tag to false but it didn't work!
how i can fix this bug in my product?

html sample:
....
<table style=" POSITION: absolute; top:147; left:173" width="398" height="292" bgcolor="#ffffff" border="0" cellspacing="0" cellpadding="0">
<tr width="100%">
<td width="100%" dir="ltr">
<p align="left">
<font face="Tahoma" color="#000000" style="font-size:8pt">aaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaa ddddddddddd dddddddddd dddddddddddddd dddddddddddddd dddddddddddddd dddddddddd sssssssssss sssssssssssssssssssssssssssssssss </font>
</p>
</td>
</tr>
</table>
.....
problem : the text in p tag don't wrap!

xslt partial template:
....
<font face="{$font}" color="{$color}" style="font-size:{$size}pt">
<xsl:call-template name="InnerText">
<xsl:with-param name="text" select="translate(.,' ','&nbsp;')" />
</xsl:call-template>
</font>
.....

thanks a lot
hassan azizi


GeneralNewbie XML/XSL question Pin
Anonymous29-Apr-04 16:15
Anonymous29-Apr-04 16:15 
GeneralRe: Newbie XML/XSL question Pin
Member 64272914-May-04 2:46
Member 64272914-May-04 2:46 
GeneralStoring XSLT files in SQL Server Pin
Member 116304929-Apr-04 12:29
Member 116304929-Apr-04 12:29 
GeneralParsing XML with VBScript Pin
lnong29-Apr-04 12:04
lnong29-Apr-04 12:04 
Generalsend xml Pin
hmdhmd27-Apr-04 0:58
hmdhmd27-Apr-04 0:58 
GeneralRe: send xml Pin
Ryan Roberts27-Apr-04 3:03
Ryan Roberts27-Apr-04 3:03 
GeneralRe: send xml Pin
Anonymous28-Apr-04 23:55
Anonymous28-Apr-04 23:55 
GeneralIXMLDOM Pin
Stojan7823-Apr-04 1:21
Stojan7823-Apr-04 1:21 
Generalxml digital signature Pin
nuez21-Apr-04 4:56
nuez21-Apr-04 4:56 
GeneralRe: xml digital signature Pin
ian mariano25-Apr-04 14:40
ian mariano25-Apr-04 14:40 
QuestionAvailable DTD for MS Project? Pin
anderslundsgard19-Apr-04 20:30
anderslundsgard19-Apr-04 20:30 
QuestionHow to include different XSLT files on the fly based on some criteria? Pin
Mohit19-Apr-04 12:09
Mohit19-Apr-04 12:09 
QuestionCan Fill Pin
wokankan19-Apr-04 1:17
wokankan19-Apr-04 1:17 
GeneralAn xml browser-based electronic medical record Pin
ejam17-Apr-04 19:21
ejam17-Apr-04 19:21 
GeneralRe: An xml browser-based electronic medical record Pin
Member 52486620-Apr-04 5:45
Member 52486620-Apr-04 5:45 
GeneralInner XML Pin
jithen_dt16-Apr-04 3:15
jithen_dt16-Apr-04 3:15 
GeneralRe: Inner XML Pin
Mike Ellison18-Apr-04 19:54
Mike Ellison18-Apr-04 19:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.