Click here to Skip to main content
15,905,508 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to secure my website? Pin
Jassim Rahma26-Jun-12 6:04
Jassim Rahma26-Jun-12 6:04 
AnswerRe: How to secure my website? Pin
R. Giskard Reventlov26-Jun-12 6:18
R. Giskard Reventlov26-Jun-12 6:18 
Questionhow to play songs which are in database Pin
Member 915215626-Jun-12 2:13
Member 915215626-Jun-12 2:13 
Questionaudio list is not preparing,not playing Pin
Member 915215624-Jun-12 20:28
Member 915215624-Jun-12 20:28 
QuestionLoad page in scroll down in php website Pin
Member 915215621-Jun-12 18:14
Member 915215621-Jun-12 18:14 
AnswerRe: Load page in scroll down in php website Pin
Sandeep Mewara24-Jun-12 10:07
mveSandeep Mewara24-Jun-12 10:07 
QuestionClickable link in XSLT Pin
Member 915222021-Jun-12 4:48
Member 915222021-Jun-12 4:48 
Questionin XSLT - need to go to the folder when click Pin
Member 915222021-Jun-12 4:45
Member 915222021-Jun-12 4:45 
I have follwoing code.
I have 2 variables in the XML file that I am reading here, Item no and name.

Then I created a folder item_Name in the 3rd column of the page so that when I click it it should take me to the folder.

The file is in the root folder.

So I creaTED 2 Variables and concatanated and create an <xsl&#58;stylesheet xmlns&#58;xsl=&#34;http&#58;//www.w3.org/1999/XSL/Transform&#34; version=&#34;1.0&#34;>
<xsl&#58;template match=&#34;/rss&#34;>
<html>
<head>
<title>RSS feed</title>
</head>
<body>
<table width="100%" cellspacing="0">
<tr><td><H1><center>Welcome</center></H1></td></tr>
<tr><td><H2>Click on a column header to sort by each column.</H2></td></tr>
<tr><td><DIV id="listing"><xsl:apply-templates match="NotesDocuments"/></DIV></td></tr>



</table>
</body>
</html>
</xsl&#58;template>

<xsl:template match="NotesDocuments">
<table STYLE="background-color=beige">
<thead>
<td><DIV class="hd" onClick="sort('item no')">no</DIV></td>
<td><DIV class="hd" onClick="sort(Name')">Name</DIV></td>
<td><DIV class="hd" onClick="sort('folder')">folder</DIV></td>

</thead>

<xsl:for-each select="NotesData" order-by="TITLE">



<tr>
<td><DIV class="rw"><xsl:variable name="URL1"><xsl:value-of select="no"/></xsl:variable></DIV></td>
<td><DIV class="rw"><xsl:variable name="URL2"><xsl:value-of select="Name"/></xsl:variable></DIV></td>

<td>
<div>
<a href=&#34;{&URL1}&#95;{&URL2}&#34;><xsl&#58;value-of select=&#34;Folder&#34;/></a>

</div></td>



</tr>
</xsl:for-each>
</table>

</xsl&#58;stylesheet>

QuestionMVC PostBackURL Pin
AghaKhan20-Jun-12 19:52
AghaKhan20-Jun-12 19:52 
SuggestionRe: MVC PostBackURL Pin
Sandeep Mewara21-Jun-12 17:28
mveSandeep Mewara21-Jun-12 17:28 
GeneralRe: MVC PostBackURL Pin
AghaKhan21-Jun-12 21:19
AghaKhan21-Jun-12 21:19 
Questionfrom .dbf FoxPro to MySql Pin
Susy Nainggolan18-Jun-12 18:16
Susy Nainggolan18-Jun-12 18:16 
AnswerRe: from .dbf FoxPro to MySql Pin
enhzflep18-Jun-12 18:58
enhzflep18-Jun-12 18:58 
GeneralRe: from .dbf FoxPro to MySql Pin
Susy Nainggolan18-Jun-12 21:00
Susy Nainggolan18-Jun-12 21:00 
GeneralRe: from .dbf FoxPro to MySql Pin
enhzflep18-Jun-12 21:18
enhzflep18-Jun-12 21:18 
GeneralRe: from .dbf FoxPro to MySql Pin
Susy Nainggolan18-Jun-12 22:42
Susy Nainggolan18-Jun-12 22:42 
GeneralRe: from .dbf FoxPro to MySql Pin
enhzflep18-Jun-12 23:37
enhzflep18-Jun-12 23:37 
GeneralRe: from .dbf FoxPro to MySql Pin
Susy Nainggolan18-Jun-12 23:46
Susy Nainggolan18-Jun-12 23:46 
GeneralRe: from .dbf FoxPro to MySql Pin
enhzflep18-Jun-12 23:57
enhzflep18-Jun-12 23:57 
Questionweb service + soap+ xml Pin
moiamal18-Jun-12 2:52
moiamal18-Jun-12 2:52 
AnswerRe: web service + soap+ xml Pin
Sandeep Mewara18-Jun-12 19:58
mveSandeep Mewara18-Jun-12 19:58 
AnswerMessage Closed Pin
19-Jun-12 0:21
moiamal19-Jun-12 0:21 
SuggestionRe: web service + soap+ xml Pin
Rahul Rajat Singh26-Jun-12 0:50
professionalRahul Rajat Singh26-Jun-12 0:50 
GeneralRe: web service + soap+ xml Pin
moiamal26-Jun-12 1:17
moiamal26-Jun-12 1:17 
Questionmysql format number Pin
Jassim Rahma18-Jun-12 2:52
Jassim Rahma18-Jun-12 2:52 

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.