Click here to Skip to main content
15,926,703 members
Home / Discussions / Web Development
   

Web Development

 
GeneralMoved Pin
Jon Sagara16-Nov-01 15:53
Jon Sagara16-Nov-01 15:53 
Questionhow to design send email using form by HTML Pin
14-Nov-01 18:33
suss14-Nov-01 18:33 
AnswerRe: how to design send email using form by HTML Pin
Jon Sagara14-Nov-01 20:45
Jon Sagara14-Nov-01 20:45 
GeneralRe: how to design send email using form by HTML Pin
Ryan Getgen15-Nov-01 4:00
Ryan Getgen15-Nov-01 4:00 
AnswerRe: how to design send email using form by HTML Pin
Carolina27-Nov-01 3:59
Carolina27-Nov-01 3:59 
AnswerRe: how to design send email using form by HTML Pin
Gavin Taylor30-Nov-01 6:29
professionalGavin Taylor30-Nov-01 6:29 
GeneralXSL Help Pin
Lilian Chan-Grant14-Nov-01 6:46
Lilian Chan-Grant14-Nov-01 6:46 
GeneralRe: XSL Help Pin
Digory22-Nov-01 10:39
Digory22-Nov-01 10:39 
Lilian,

Best thing that I can recommend is that you pick up a good book on the subject.

My 2 personal favourites are:

    o XML for ASP.NET Developers
      [ does an excellent job in explaining XSLT and XPath ]

    o XSLT 2nd Edition (Worx Press)
      [ XSLT? What do you want to know Smile | :) ]

In addition to that, here's a neat link to test out your newly found XPath'ing skills...

    http://staff.develop.com/aarons/bits/xpath-builder/xpath.htm

and a couple of expressions to play around with...

GETTING THE COMMENT

    //comment()

    //comment()[position()=1]

GETTING THE 3 SIBLINGS UNDER THE COMMENT

    //comment()[position()=1]/following-sibling::*

OR JUST THE MIDDLE ONE

    //comment()[position()=1]/following-sibling::LineItem[position()=2]

    //comment()[position()=1]/following::LineItem[position()=2]


HTH Smile | :)
GeneralRe: XSL Help Pin
Danny Quinn8-Dec-01 5:26
Danny Quinn8-Dec-01 5:26 
GeneralASP deployment Pin
Michael P Butler14-Nov-01 0:31
Michael P Butler14-Nov-01 0:31 
GeneralCo-author wanted Pin
11-Nov-01 20:01
suss11-Nov-01 20:01 
GeneralXML Node Sorting Pin
9-Nov-01 5:59
suss9-Nov-01 5:59 
GeneralRe: XML Node Sorting Pin
Andres Manggini9-Nov-01 8:13
Andres Manggini9-Nov-01 8:13 
GeneralInserting plug-ins from web page Pin
Malcolm McMahon9-Nov-01 3:17
Malcolm McMahon9-Nov-01 3:17 
GeneralBest development enviroment/tools Pin
Michael P Butler9-Nov-01 1:28
Michael P Butler9-Nov-01 1:28 
GeneralRe: Best development enviroment/tools Pin
Jon Sagara9-Nov-01 3:25
Jon Sagara9-Nov-01 3:25 
GeneralRe: Best development enviroment/tools Pin
Jason Jystad10-Nov-01 20:14
Jason Jystad10-Nov-01 20:14 
GeneralMicrosofts XML Menus Pin
8-Nov-01 23:02
suss8-Nov-01 23:02 
GeneralUsing comctl32 with javascript Question Pin
Michael A Barnhart8-Nov-01 3:09
Michael A Barnhart8-Nov-01 3:09 
GeneralRe: Using comctl32 with javascript Question Pin
Jason Jystad8-Nov-01 16:43
Jason Jystad8-Nov-01 16:43 
GeneralCSS trouble in MSIE 5.0 Pin
7-Nov-01 1:04
suss7-Nov-01 1:04 
GeneralRe: CSS trouble in MSIE 5.0 Pin
Jon Sagara7-Nov-01 7:26
Jon Sagara7-Nov-01 7:26 
GeneralRe: CSS trouble in MSIE 5.0 Pin
7-Nov-01 7:34
suss7-Nov-01 7:34 
GeneralRe: CSS trouble in MSIE 5.0 Pin
Jason Jystad8-Nov-01 16:06
Jason Jystad8-Nov-01 16:06 
GeneralRe: CSS trouble in MSIE 5.0 Pin
9-Nov-01 23:48
suss9-Nov-01 23:48 

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.