Click here to Skip to main content
15,888,984 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionspecial character problem in href tag using xslt [modified] Pin
alok_2k315-Apr-09 4:05
alok_2k315-Apr-09 4:05 
GeneralRe: special character problem in href tag using xslt Pin
George L. Jackson15-Apr-09 12:24
George L. Jackson15-Apr-09 12:24 
QuestionXML and DTD Doubt? Pin
crrajaguru15-Apr-09 2:23
crrajaguru15-Apr-09 2:23 
QuestionRe: XML and DTD Doubt? Pin
George L. Jackson15-Apr-09 11:58
George L. Jackson15-Apr-09 11:58 
Questiongmn? Pin
kamfatar8812-Apr-09 22:09
kamfatar8812-Apr-09 22:09 
Questionhow do i read the specific tag ? Pin
YiXiang_8912-Apr-09 21:45
YiXiang_8912-Apr-09 21:45 
AnswerRe: how do i read the specific tag ? Pin
George L. Jackson14-Apr-09 9:51
George L. Jackson14-Apr-09 9:51 
AnswerRe: how do i read the specific tag ? Pin
Perry Holman21-Apr-09 23:45
Perry Holman21-Apr-09 23:45 
You can use XPath to simplify your work. For example:

XmlDataDocument xmlDoc = new XmlDataDocument();
xmlDoc.Load("yourfile.xml");
XmlNodeList xmlNodeList = xmlDoc.SelectNodes("roottag/big"); //XPath expression

More detail information pls. refer to Microsoft MSDN.

Welcome to www.softwaretree.net!
You can find many excellent audio/video converter tools there!

GeneralRe: how do i read the specific tag ? Pin
George L. Jackson22-Apr-09 2:43
George L. Jackson22-Apr-09 2:43 
QuestionXML NODE Pin
kibromg8-Apr-09 0:15
kibromg8-Apr-09 0:15 
AnswerRe: XML NODE Pin
led mike8-Apr-09 5:17
led mike8-Apr-09 5:17 
QuestionLimit length (number of characters) returned in <%#XPath("description")%> ? Pin
cbvoss2-Apr-09 16:12
cbvoss2-Apr-09 16:12 
AnswerRe: Limit length (number of characters) returned in <%#XPath("description")%> ? Pin
cbvoss3-Apr-09 6:38
cbvoss3-Apr-09 6:38 
Questionneed to get data from xml to verify login Pin
faizych2-Apr-09 9:37
faizych2-Apr-09 9:37 
AnswerRe: need to get data from xml to verify login Pin
Le centriste6-Apr-09 6:03
Le centriste6-Apr-09 6:03 
QuestionGroup XML by category Pin
blindcapt1-Apr-09 16:26
blindcapt1-Apr-09 16:26 
AnswerRe: Group XML by category Pin
led mike2-Apr-09 4:58
led mike2-Apr-09 4:58 
GeneralRe: Group XML by category Pin
blindcapt2-Apr-09 18:59
blindcapt2-Apr-09 18:59 
AnswerRe: Group XML by category Pin
Lee Humphries16-Apr-09 0:32
professionalLee Humphries16-Apr-09 0:32 
QuestionXSLT and the xml:base-uri attribute Pin
Lea Hayes31-Mar-09 11:51
Lea Hayes31-Mar-09 11:51 
Questiongenerate a result based on a XML file [modified] Pin
alexyxj31-Mar-09 6:36
alexyxj31-Mar-09 6:36 
AnswerRe: generate a result based on a XML file Pin
alexyxj31-Mar-09 6:37
alexyxj31-Mar-09 6:37 
GeneralRe: generate a result based on a XML file Pin
alexyxj3-Apr-09 11:00
alexyxj3-Apr-09 11:00 
QuestionRelaxNG Attribute Override Pin
Lea Hayes31-Mar-09 2:39
Lea Hayes31-Mar-09 2:39 
QuestionUpdate InfoPath option button using XML Pin
hoonzis26-Mar-09 5:54
hoonzis26-Mar-09 5: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.