Click here to Skip to main content
16,004,887 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Microsoft VBScript runtime error '800a01a8' Object required Pin
shyamaprasad11-Sep-09 2:03
shyamaprasad11-Sep-09 2:03 
GeneralRe: Microsoft VBScript runtime error '800a01a8' Object required Pin
Christian Graus11-Sep-09 13:25
protectorChristian Graus11-Sep-09 13:25 
GeneralRe: Microsoft VBScript runtime error '800a01a8' Object required Pin
Christian Graus11-Sep-09 11:44
protectorChristian Graus11-Sep-09 11:44 
QuestionXercesDomParser Pin
VVVimal3-Sep-09 0:41
VVVimal3-Sep-09 0:41 
AnswerRe: XercesDomParser Pin
Stuart Dootson5-Sep-09 2:52
professionalStuart Dootson5-Sep-09 2:52 
GeneralRe: XercesDomParser Pin
VVVimal10-Sep-09 23:01
VVVimal10-Sep-09 23:01 
GeneralRe: XercesDomParser Pin
Stuart Dootson10-Sep-09 23:11
professionalStuart Dootson10-Sep-09 23:11 
GeneralRe: XercesDomParser Pin
VVVimal11-Sep-09 23:19
VVVimal11-Sep-09 23:19 
DOMElement* elementRoot = domDocumet->getDocumentElement();
DOMTreeWalker *walker =domDocumet->createTreeWalker(elementRoot,DOMNodeFilter::SHOW_ELEMENT,NULL, true);
DOMNode *pCurrent = NULL;
for ( pCurrent = walker->getCurrentNode();pCurrent != 0; pCurrent = walker->nextNode() )
{
if(pCurrent->getNodeType() == DOMNode::ELEMENT_NODE)
{
char *str = XMLString::transcode(pCurrent->getNodeName());
if(!strcmp(str,"LocoId"))
int i=0;
//myDetails->LocoId = XMLString::transcode(text->getNodeValue());
if(!strcmp(str,"Latitude"))
//myDetails->Lattitude = XMLString::transcode(text->getNodeValue());

XMLString::release(&str);
}
}
Could you please tell me where to set the filter as Locomotive

you also mentioned "From the root node, apply an XPath of "//Locomotive "
what does it mean


Thanks

you also mentioned as
GeneralRe: XercesDomParser Pin
Stuart Dootson12-Sep-09 9:05
professionalStuart Dootson12-Sep-09 9:05 
Questionhelp Pin
ndumy2-Sep-09 22:11
ndumy2-Sep-09 22:11 
AnswerRe: help Pin
Tony Richards3-Sep-09 0:30
Tony Richards3-Sep-09 0:30 
AnswerRe: help Pin
Richard MacCutchan5-Sep-09 11:06
mveRichard MacCutchan5-Sep-09 11:06 
AnswerRe: help Pin
Christian Graus6-Sep-09 20:15
protectorChristian Graus6-Sep-09 20:15 
GeneralRe: help Pin
Richard MacCutchan7-Sep-09 0:47
mveRichard MacCutchan7-Sep-09 0:47 
QuestionProblem with XML for Adrotator Pin
Vimalsoft(Pty) Ltd2-Sep-09 3:03
professionalVimalsoft(Pty) Ltd2-Sep-09 3:03 
AnswerRe: Problem with XML for Adrotator Pin
Tony Richards2-Sep-09 3:18
Tony Richards2-Sep-09 3:18 
GeneralRe: Problem with XML for Adrotator Pin
Vimalsoft(Pty) Ltd2-Sep-09 3:22
professionalVimalsoft(Pty) Ltd2-Sep-09 3:22 
GeneralRe: Problem with XML for Adrotator Pin
Tony Richards3-Sep-09 0:30
Tony Richards3-Sep-09 0:30 
Questionhow to code a savefile dialog in vb.net Pin
ndumy2-Sep-09 2:50
ndumy2-Sep-09 2:50 
AnswerRe: how to code a savefile dialog in vb.net Pin
Richard MacCutchan2-Sep-09 5:43
mveRichard MacCutchan2-Sep-09 5:43 
QuestionHow to code special characters in xsl Pin
coolsharath27-Aug-09 18:19
coolsharath27-Aug-09 18:19 
AnswerRe: How to code special characters in xsl Pin
Stuart Dootson27-Aug-09 22:23
professionalStuart Dootson27-Aug-09 22:23 
QuestionImport a C# textbox value into a XSLT to generate a .aspx page Pin
Arokiamary27-Aug-09 17:22
Arokiamary27-Aug-09 17:22 
AnswerRe: Import a C# textbox value into a XSLT to generate a .aspx page Pin
Stuart Dootson27-Aug-09 22:22
professionalStuart Dootson27-Aug-09 22:22 
QuestionXML in Word 2007 Pin
Idle_Force25-Aug-09 18:07
Idle_Force25-Aug-09 18:07 

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.