Click here to Skip to main content
15,889,877 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionRe: name() function fails in MSXML Pin
led mike12-Nov-08 4:29
led mike12-Nov-08 4:29 
AnswerRe: name() function fails in MSXML Pin
Stone Free12-Nov-08 7:22
Stone Free12-Nov-08 7:22 
GeneralRe: name() function fails in MSXML Pin
led mike12-Nov-08 7:29
led mike12-Nov-08 7:29 
GeneralRe: name() function fails in MSXML [modified] Pin
Stone Free13-Nov-08 0:56
Stone Free13-Nov-08 0:56 
GeneralRe: name() function fails in MSXML Pin
led mike13-Nov-08 6:54
led mike13-Nov-08 6:54 
GeneralRe: name() function fails in MSXML [modified] Pin
Stone Free13-Nov-08 7:11
Stone Free13-Nov-08 7:11 
GeneralRe: name() function fails in MSXML Pin
led mike17-Nov-08 4:55
led mike17-Nov-08 4:55 
AnswerRe: name() function fails in MSXML Pin
George L. Jackson13-Nov-08 8:57
George L. Jackson13-Nov-08 8:57 
The XPath "name" function returns a string and not a node-set. Thus "pElem = domDoc->selectSingleNode(_bstr_t("name(/find:ResponseEnv/find:Bodies/node())"));" won't work.

I believe "IXMLDOMElement" has a "nodeName" property that returns what you are looking for.

"We make a living by what we get, we make a life by what we give." --Winston Churchill

QuestionRetrieve Data from another webpage besides XML Pin
Bad Programmer10-Nov-08 21:32
Bad Programmer10-Nov-08 21:32 
AnswerCross Post Pin
led mike12-Nov-08 4:35
led mike12-Nov-08 4:35 
GeneralRe: Cross Post Pin
Bad Programmer14-Nov-08 8:11
Bad Programmer14-Nov-08 8:11 
QuestionI need to know xml tags for some formats in word2007 Pin
hatan868-Nov-08 17:09
hatan868-Nov-08 17:09 
QuestionRe: I need to know xml tags for some formats in word2007 Pin
led mike12-Nov-08 4:33
led mike12-Nov-08 4:33 
Questionwhat is the benefit of schema over DTD ? Pin
Ahmed R El Bohoty7-Nov-08 8:47
Ahmed R El Bohoty7-Nov-08 8:47 
AnswerRe: what is the benefit of schema over DTD ? Pin
led mike12-Nov-08 4:32
led mike12-Nov-08 4:32 
QuestionXML Innertext Add's all my nodes! What am i doing wrong? Pin
MegaBlasterX5-Nov-08 23:16
MegaBlasterX5-Nov-08 23:16 
AnswerRe: XML Innertext Add's all my nodes! What am i doing wrong? Pin
led mike6-Nov-08 4:30
led mike6-Nov-08 4:30 
AnswerRe: XML Innertext Add's all my nodes! What am i doing wrong? Pin
leejs4136-Nov-08 14:27
leejs4136-Nov-08 14:27 
QuestionQuestion about Convert XML to DataTable Pin
leejs4135-Nov-08 15:10
leejs4135-Nov-08 15:10 
QuestionProblems with XSL Patterns Pin
saanj5-Nov-08 0:10
saanj5-Nov-08 0:10 
QuestionUsing xs:Pattern like sql "Like" statement Pin
saanj4-Nov-08 23:45
saanj4-Nov-08 23:45 
Questionwant to see "<" and ">" instead of "&gt" and "&lt" Pin
idoyohanan4-Nov-08 1:19
idoyohanan4-Nov-08 1:19 
AnswerRe: want to see "<" and ">" instead of ">" and "<" Pin
harold aptroot7-Nov-08 9:17
harold aptroot7-Nov-08 9:17 
QuestionHow to handle fixing XML validation errors in C#.NET? Pin
ritatx253-Nov-08 8:20
ritatx253-Nov-08 8:20 
AnswerRe: How to handle fixing XML validation errors in C#.NET? Pin
led mike4-Nov-08 4:45
led mike4-Nov-08 4:45 

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.