Click here to Skip to main content
15,896,153 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionPara todos Pin
oavalos20056-Dec-05 18:34
oavalos20056-Dec-05 18:34 
QuestionAdd Pin
Iridania3-Dec-05 11:09
Iridania3-Dec-05 11:09 
AnswerRe: Add Pin
ThatsAlok5-Dec-05 1:34
ThatsAlok5-Dec-05 1:34 
Questiontab control Pin
Baskaran Ramasamy3-Dec-05 1:50
Baskaran Ramasamy3-Dec-05 1:50 
AnswerRe: tab control Pin
Chetan Ranpariya4-Dec-05 19:25
Chetan Ranpariya4-Dec-05 19:25 
QuestionImporting xml to quark express Pin
senthilkolandai2-Dec-05 22:33
senthilkolandai2-Dec-05 22:33 
Questionadd XSL Mouse Over to elements Pin
mgmail2-Dec-05 3:45
mgmail2-Dec-05 3:45 
AnswerRe: add XSL Mouse Over to elements Pin
tylikeatcn27-Dec-05 2:08
tylikeatcn27-Dec-05 2:08 
<a onmouseover="this.innerText = '{FrenchName}';" onmouseout="this.innerText='{EnglishName}';"><xsl:value-of select="EnglishName"/></a>

or

<A>
<xsl:attribute name="onmouseover">
<xsl:value-of select="FrenchName" />
</xsl:attribute>
<xsl:attribute name="onmouseout">
<xsl:value-of select="EnglishName" />
</xsl:attribute>
</A>



-- modified at 8:42 Tuesday 27th December, 2005
QuestionSort XML Elements? Pin
Robert M Greene1-Dec-05 17:37
Robert M Greene1-Dec-05 17:37 
AnswerRe: Sort XML Elements? Pin
Sushant_Mathur1-Dec-05 20:10
Sushant_Mathur1-Dec-05 20:10 
GeneralRe: Sort XML Elements? Pin
Robert M Greene2-Dec-05 5:09
Robert M Greene2-Dec-05 5:09 
GeneralRe: Sort XML Elements? Pin
sreejith ss nair2-Dec-05 6:07
sreejith ss nair2-Dec-05 6:07 
QuestionXML without end tags and FPML import Pin
satish2229-Nov-05 0:36
satish2229-Nov-05 0:36 
AnswerRe: XML without end tags and FPML import Pin
Curtis Schlak.29-Nov-05 13:05
Curtis Schlak.29-Nov-05 13:05 
QuestionXML Borland C++ Pin
Cyrux7727-Nov-05 19:30
Cyrux7727-Nov-05 19:30 
AnswerRe: XML Borland C++ Pin
DavidNohejl29-Nov-05 3:09
DavidNohejl29-Nov-05 3:09 
QuestionReading XML file with C# Pin
Cyberdudes24-Nov-05 2:48
Cyberdudes24-Nov-05 2:48 
AnswerRe: Reading XML file with C# Pin
Christian Graus24-Nov-05 17:08
protectorChristian Graus24-Nov-05 17:08 
AnswerRe: Reading XML file with C# Pin
T1TAN2-Dec-05 13:41
T1TAN2-Dec-05 13:41 
AnswerRe: Reading XML file with C# Pin
Cyberdudes4-Dec-05 21:46
Cyberdudes4-Dec-05 21:46 
Questionhow to check element exists or not???? Pin
Sushant_Mathur23-Nov-05 2:02
Sushant_Mathur23-Nov-05 2:02 
AnswerRe: how to check element exists or not???? Pin
Denevers10-Dec-05 9:42
Denevers10-Dec-05 9:42 
QuestionXML digital signature processing rules and syntax Pin
Colin Angus Mackay22-Nov-05 6:03
Colin Angus Mackay22-Nov-05 6:03 
QuestionHow to read attribute of an element Pin
oohungoo20-Nov-05 16:48
oohungoo20-Nov-05 16:48 
AnswerRe: How to read attribute of an element Pin
Sushant_Mathur22-Nov-05 0:54
Sushant_Mathur22-Nov-05 0: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.