Click here to Skip to main content
15,915,163 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: Urgent XPATH problem!!plz Help Pin
George L. Jackson28-Nov-06 23:59
George L. Jackson28-Nov-06 23:59 
Questiondo not show confirm box after edit Pin
yesu prakash28-Nov-06 17:55
yesu prakash28-Nov-06 17:55 
AnswerRe: do not show confirm box after edit Pin
George L. Jackson30-Nov-06 12:10
George L. Jackson30-Nov-06 12:10 
AnswerRe: do not show confirm box after edit Pin
DavidNohejl1-Dec-06 11:48
DavidNohejl1-Dec-06 11:48 
NewsAnnouncing: XML Notpead 2007 Pin
clovett7728-Nov-06 0:50
clovett7728-Nov-06 0:50 
GeneralRe: Announcing: XML Notpead 2007 Pin
h@s@n29-Nov-06 7:58
h@s@n29-Nov-06 7:58 
QuestionUrgent-XML Tag Duplication Pin
BINOVAR24-Nov-06 19:55
BINOVAR24-Nov-06 19:55 
QuestionHow to apply check in XSL sheet Pin
Ahmad9924-Nov-06 0:42
Ahmad9924-Nov-06 0:42 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<h1> Time Table</h1>
<xsl:for-each select="TimeTable/Lecture">
<tr>
<td> <xsl:value-of select="CourseTitle"/></td>
<td> <xsl:value-of select="Lecturer"/></td>
<td> <xsl:value-of select="Room"/></td>
<td> <xsl:value-of select="Time"/></td>
</tr>
</xsl:for-each>
</xsl:template>

</xsl:stylesheet>

This code display the time table . Now I have to apply a check over it.

CHECK: At one time (Time) there would be only one lecture (CourseTitle) in a room, If there are multilple, it should display a message of CLASH.

Can any one tell me how I can embed this logic in XSL sheet?
AnswerRe: How to apply check in XSL sheet Pin
Haissam4-Dec-06 6:49
Haissam4-Dec-06 6:49 
QuestionRe: ive got XML IO Problem Pin
CPallini23-Nov-06 7:17
mveCPallini23-Nov-06 7:17 
GeneralRe: ive got XML IO Problem Pin
Taylor Kobani24-Nov-06 20:21
Taylor Kobani24-Nov-06 20:21 
Questionxsd (xs:group i think) Pin
Russell Jones21-Nov-06 22:08
Russell Jones21-Nov-06 22:08 
Questionquestion about MSXML ? Pin
Sakthiu21-Nov-06 2:27
Sakthiu21-Nov-06 2:27 
AnswerRe: question about MSXML ? Pin
Sam.Carleton21-Nov-06 3:04
Sam.Carleton21-Nov-06 3:04 
AnswerRe: question about MSXML ? Pin
led mike21-Nov-06 11:18
led mike21-Nov-06 11:18 
GeneralRe: question about MSXML ? Pin
George L. Jackson21-Nov-06 12:48
George L. Jackson21-Nov-06 12:48 
GeneralRe: question about MSXML ? Pin
led mike22-Nov-06 5:47
led mike22-Nov-06 5:47 
GeneralRe: question about MSXML ? Pin
George L. Jackson22-Nov-06 17:00
George L. Jackson22-Nov-06 17:00 
Questionreturning nodelist Pin
biaali20-Nov-06 7:15
biaali20-Nov-06 7:15 
GeneralRe: returning nodelist Pin
George L. Jackson20-Nov-06 12:03
George L. Jackson20-Nov-06 12:03 
GeneralRe: returning nodelist Pin
biaali21-Nov-06 6:42
biaali21-Nov-06 6:42 
GeneralRe: returning nodelist Pin
George L. Jackson21-Nov-06 10:58
George L. Jackson21-Nov-06 10:58 
AnswerRe: returning nodelist Pin
George L. Jackson21-Nov-06 12:45
George L. Jackson21-Nov-06 12:45 
GeneralRe: returning nodelist Pin
biaali22-Nov-06 6:35
biaali22-Nov-06 6:35 
Questionerror identifiacation problem Pin
biaali20-Nov-06 4:42
biaali20-Nov-06 4:42 

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.