Click here to Skip to main content
16,006,013 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: XPath syntax to find all nodes that don't have some attribute at all? Pin
Dustin Metzgar1-Aug-06 7:36
Dustin Metzgar1-Aug-06 7:36 
GeneralRe: XPath syntax to find all nodes that don't have some attribute at all? Pin
CherezZaboro1-Aug-06 8:03
CherezZaboro1-Aug-06 8:03 
Question≤ in XML Doc Pin
Paul Selormey31-Jul-06 19:55
Paul Selormey31-Jul-06 19:55 
AnswerRe: ≤ in XML Doc Pin
Dustin Metzgar1-Aug-06 3:22
Dustin Metzgar1-Aug-06 3:22 
GeneralRe: ≤ in XML Doc Pin
Paul Selormey1-Aug-06 3:57
Paul Selormey1-Aug-06 3:57 
GeneralRe: = in XML Doc Pin
Dustin Metzgar1-Aug-06 4:27
Dustin Metzgar1-Aug-06 4:27 
GeneralRe: = in XML Doc Pin
Paul Selormey1-Aug-06 14:44
Paul Selormey1-Aug-06 14:44 
QuestionCant parse elements with underscores Pin
FrancisMH31-Jul-06 14:21
FrancisMH31-Jul-06 14:21 
For some reason when I am parsing the xml from a stream using XMLTextReader I am unable to use the elements with Underscores in their names. Does anybody know why this is? Here is the code I am using:

'encapsulate the string to fool xmlreader
Dim strReader As StringReader = New StringReader(strXMLStream)
'Create the XML Reader
Dim m_xmlr As XmlTextReader = New XmlTextReader(strReader)
'Disable whitespace so that you don't have to read over whitespaces
m_xmlr.WhiteSpaceHandling = WhiteSpaceHandling.NONE
'read the xml declaration and advance to first line after ok
Dim i as integer
For i = 0 to 2
m_xmlr.Read()
Next

m_xmlr.Read()
m_xmlr.Read()
m_xmlr.Read()


Dim firstNameValue = m_xmlr.ReadElementString("AVAILABLE")
Dim exchangeValue = m_xmlr.ReadElementString("EXCHANGE_ID")

This brings an error saying the EXCHANGE_ID element can not be found but it is definately in the XML


James Boag. Genius

AnswerRe: Cant parse elements with underscores Pin
Dustin Metzgar1-Aug-06 3:30
Dustin Metzgar1-Aug-06 3:30 
Questionweb service connection error. Pin
Goodway31-Jul-06 2:06
Goodway31-Jul-06 2:06 
QuestionDesigning a GUI Pin
_AnsHUMAN_ 30-Jul-06 19:50
_AnsHUMAN_ 30-Jul-06 19:50 
QuestionImplementing XSLT in end-user document [modified] Pin
R. A. Abbasi28-Jul-06 23:32
R. A. Abbasi28-Jul-06 23:32 
QuestionHow to display repiting information Pin
somniatorum28-Jul-06 5:22
somniatorum28-Jul-06 5:22 
AnswerRe: How to display repiting information Pin
Dustin Metzgar28-Jul-06 5:44
Dustin Metzgar28-Jul-06 5:44 
GeneralRe: How to display repiting information Pin
somniatorum28-Jul-06 6:21
somniatorum28-Jul-06 6:21 
GeneralRe: How to display repiting information Pin
Dustin Metzgar28-Jul-06 6:30
Dustin Metzgar28-Jul-06 6:30 
QuestionBI dimensional table in XSL - Suggestions Pin
inarobis28-Jul-06 4:31
inarobis28-Jul-06 4:31 
AnswerRe: BI dimensional table in XSL - Suggestions Pin
inarobis31-Jul-06 0:03
inarobis31-Jul-06 0:03 
Questionconnect to web service using VC++ Pin
Ajith Sivakumar28-Jul-06 2:27
Ajith Sivakumar28-Jul-06 2:27 
QuestionPage sequences in fop continue Pin
Support12327-Jul-06 21:58
Support12327-Jul-06 21:58 
QuestionRe: Page sequences in fop continue XML Pin
Support12327-Jul-06 22:00
Support12327-Jul-06 22:00 
QuestionRe: Think i found the problem, but don't know how to fix it Pin
Support12328-Jul-06 1:43
Support12328-Jul-06 1:43 
AnswerThank you anyway Pin
Support12328-Jul-06 2:52
Support12328-Jul-06 2:52 
QuestionFO Question Pin
Are Jay27-Jul-06 9:57
Are Jay27-Jul-06 9:57 
AnswerRe: FO Question Pin
Dustin Metzgar27-Jul-06 10:12
Dustin Metzgar27-Jul-06 10:12 

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.