Click here to Skip to main content
15,886,919 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: XSL creation Problem Pin
Not Active4-Oct-07 2:22
mentorNot Active4-Oct-07 2:22 
Questionerror when adding web reference Pin
vijayaBTS3-Oct-07 21:15
vijayaBTS3-Oct-07 21:15 
QuestionSchema with Entity -- Validating Error Pin
xfun5563-Oct-07 3:08
xfun5563-Oct-07 3:08 
Questionxml serializer Pin
mukkanti0073-Oct-07 2:05
mukkanti0073-Oct-07 2:05 
AnswerRe: xml serializer Pin
Ilya Verbitskiy3-Oct-07 4:48
Ilya Verbitskiy3-Oct-07 4:48 
AnswerRe: xml serializer Pin
Dave Kreskowiak3-Oct-07 5:03
mveDave Kreskowiak3-Oct-07 5:03 
QuestionImage display problem Pin
SUDHAKAR PALLAM2-Oct-07 18:34
SUDHAKAR PALLAM2-Oct-07 18:34 
Questionsimple XPATH help Pin
eggie52-Oct-07 9:04
eggie52-Oct-07 9:04 
All I want to do is select all the nodes under the docment root. e.g:

<?xml version="1.0" encoding="UTF-8"?>
<Categories>
<Category>
<content_provider_id type="integer">1</content_provider_id>
<id type="integer">2</id>
<name>Traffic Alerts</name>
</Category>
<Category>
<content_provider_id type="integer">1</content_provider_id>
<id type="integer">1</id>
<name>News Alerts</name>
</Category>
<Category>
<content_provider_id type="integer">1</content_provider_id>
<id type="integer">3</id>
<name>testing category</name>
</Category>
</Categories>


What xpath would return all the Category nodes? But I don't want it to be specific to this xml file.



/\ |_ E X E GG
AnswerRe: simple XPATH help Pin
Scott Dorman2-Oct-07 16:45
professionalScott Dorman2-Oct-07 16:45 
QuestionUsing a custom Excel Sheet with XML code Pin
umakemesik2-Oct-07 6:14
umakemesik2-Oct-07 6:14 
QuestionHow can we acheive RSS feed through ASP.net ? Pin
jegastar1-Oct-07 19:28
jegastar1-Oct-07 19:28 
QuestionXFlat Pin
barney_19721-Oct-07 4:51
barney_19721-Oct-07 4:51 
AnswerRe: XFlat Pin
led mike1-Oct-07 5:17
led mike1-Oct-07 5:17 
GeneralRe: XFlat Pin
barney_19721-Oct-07 5:44
barney_19721-Oct-07 5:44 
GeneralRe: XFlat Pin
George L. Jackson1-Oct-07 6:05
George L. Jackson1-Oct-07 6:05 
GeneralRe: XFlat Pin
led mike1-Oct-07 6:21
led mike1-Oct-07 6:21 
GeneralRe: XFlat Pin
George L. Jackson1-Oct-07 7:02
George L. Jackson1-Oct-07 7:02 
AnswerRe: How to get the element values based on the index. Pin
led mike1-Oct-07 5:04
led mike1-Oct-07 5:04 
Questionxml serilization Pin
seemamltn28-Sep-07 11:41
seemamltn28-Sep-07 11:41 
QuestionXML serialization with an array Pin
cholo1027-Sep-07 3:28
cholo1027-Sep-07 3:28 
QuestionDeserialize unknown object Pin
Mogyi26-Sep-07 1:05
Mogyi26-Sep-07 1:05 
AnswerRe: Deserialize unknown object Pin
BoneSoft26-Sep-07 5:02
BoneSoft26-Sep-07 5:02 
AnswerRe: Deserialize unknown object Pin
led mike26-Sep-07 5:14
led mike26-Sep-07 5:14 
Questionxml stylesheet does not work for IMG tag Pin
prahlad198122-Sep-07 22:14
prahlad198122-Sep-07 22:14 
AnswerRe: xml stylesheet does not work for IMG tag Pin
George L. Jackson23-Sep-07 4:41
George L. Jackson23-Sep-07 4:41 

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.