Click here to Skip to main content
15,900,973 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionRe: xml if statement Pin
George L. Jackson21-Sep-06 15:03
George L. Jackson21-Sep-06 15:03 
QuestionAny idea with manage content like a forum by xml? Pin
oohungoo20-Sep-06 14:51
oohungoo20-Sep-06 14:51 
QuestionQuerying with an XML document Pin
vinusk20-Sep-06 9:01
vinusk20-Sep-06 9:01 
AnswerRe: Querying with an XML document Pin
led mike20-Sep-06 9:53
led mike20-Sep-06 9:53 
GeneralRe: Querying with an XML document Pin
George L. Jackson20-Sep-06 14:43
George L. Jackson20-Sep-06 14:43 
GeneralRe: Querying with an XML document Pin
vinusk20-Sep-06 16:48
vinusk20-Sep-06 16:48 
GeneralRe: Querying with an XML document Pin
led mike21-Sep-06 5:13
led mike21-Sep-06 5:13 
GeneralRe: Querying with an XML document Pin
George L. Jackson21-Sep-06 8:37
George L. Jackson21-Sep-06 8:37 
If you are using .NET Framework 1.1, it is XmlTextReader. If you are using .NET Framework 2.0, it is XmlReader. Anyway, you query differently with XmlTextReader/XmlReader since it uses a pull technique. However, you can get the same results but you have to do more coding. http://www.codeproject.com/useritems/XmlTextReader.asp[^]
GeneralRe: Querying with an XML document Pin
led mike21-Sep-06 5:09
led mike21-Sep-06 5:09 
GeneralRe: Querying with an XML document Pin
led mike21-Sep-06 5:19
led mike21-Sep-06 5:19 
GeneralRe: Querying with an XML document Pin
George L. Jackson21-Sep-06 8:28
George L. Jackson21-Sep-06 8:28 
GeneralRe: Querying with an XML document Pin
led mike21-Sep-06 8:35
led mike21-Sep-06 8:35 
GeneralRe: Querying with an XML document Pin
vinusk22-Sep-06 5:13
vinusk22-Sep-06 5:13 
GeneralRe: Querying with an XML document Pin
vinusk25-Sep-06 7:54
vinusk25-Sep-06 7:54 
Questioninserting xml nodes based upon an expression Pin
Jan Limpens20-Sep-06 3:28
Jan Limpens20-Sep-06 3:28 
AnswerRe: inserting xml nodes based upon an expression Pin
George L. Jackson20-Sep-06 14:56
George L. Jackson20-Sep-06 14:56 
GeneralRe: inserting xml nodes based upon an expression [modified] Pin
Jan Limpens20-Sep-06 16:25
Jan Limpens20-Sep-06 16:25 
GeneralRe: inserting xml nodes based upon an expression Pin
George L. Jackson21-Sep-06 8:24
George L. Jackson21-Sep-06 8:24 
GeneralRe: inserting xml nodes based upon an expression Pin
Jan Limpens21-Sep-06 10:54
Jan Limpens21-Sep-06 10:54 
QuestionRe: inserting xml nodes based upon an expression Pin
George L. Jackson21-Sep-06 15:11
George L. Jackson21-Sep-06 15:11 
AnswerRe: inserting xml nodes based upon an expression Pin
Jan Limpens21-Sep-06 17:23
Jan Limpens21-Sep-06 17:23 
QuestionRemove last blank page. Pin
Support12320-Sep-06 0:27
Support12320-Sep-06 0:27 
AnswerRe: Remove last blank page. Pin
led mike20-Sep-06 4:56
led mike20-Sep-06 4:56 
GeneralRe: Remove last blank page. Pin
Support12320-Sep-06 5:08
Support12320-Sep-06 5:08 
GeneralRe: Remove last blank page. Pin
led mike20-Sep-06 5:19
led mike20-Sep-06 5:19 

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.