Click here to Skip to main content
16,005,473 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XmlTextWriter 101 Pin
Phil Hobgen11-Feb-05 23:33
Phil Hobgen11-Feb-05 23:33 
GeneralShow XML as excel sheet Pin
Anonymous11-Feb-05 8:10
Anonymous11-Feb-05 8:10 
GeneralRe: Show XML as excel sheet Pin
Wilbur J. Pereira13-Feb-05 8:21
Wilbur J. Pereira13-Feb-05 8:21 
GeneralProblem while Working with XmlValidatingReader!!!!! Pin
abcxyz8211-Feb-05 5:00
abcxyz8211-Feb-05 5:00 
GeneralRe: Problem while Working with XmlValidatingReader!!!!! Pin
Phil Hobgen12-Feb-05 2:24
Phil Hobgen12-Feb-05 2:24 
GeneralRe: Problem while Working with XmlValidatingReader!!!!! Pin
abcxyz8214-Feb-05 4:17
abcxyz8214-Feb-05 4:17 
GeneralRe: Problem while Working with XmlValidatingReader!!!!! Pin
Phil Hobgen14-Feb-05 23:06
Phil Hobgen14-Feb-05 23:06 
Generalproblems with IXMLDOMDocumentPtr ->loadXML Pin
mc.george11-Feb-05 2:26
mc.george11-Feb-05 2:26 
hey,

I have wrote an application. In this I get a XML-Stream witch is stored in LPSTR-Variable. Is the StreamSize very great (more than 500k), I get an exception during:
loadXML(LPSTR XMLStream)

//************ code *******************//

LPSTR XMLStream; //get from external programm

if(!XMLStream)
return E_FAIL;

IXMLDOMDocumentPtr pDOMDoc(__uuidof(DOMDocument));
pDOMDoc->put_async(VARIANT_FALSE);

//load XML-Stream
//this will cause the exception
varResult = pDOMDoc->loadXML((_bstr_t)(XMLStream));

if(VARIANT_FALSE == varResult)
{
//do somthing
}
else if(VARIANT_TRUE == varResult)
{
//do somthing
}
//*****************************************************//

Is it possible, that there is some troubleshooting with the Header-Identifier
"encoding="ISO-8859-1" ??????


Thanks

GeneralRe: problems with IXMLDOMDocumentPtr ->loadXML Pin
Wilbur J. Pereira13-Feb-05 8:07
Wilbur J. Pereira13-Feb-05 8:07 
Generalmaking the XML files more unique Pin
equit11-Feb-05 0:36
equit11-Feb-05 0:36 
GeneralRe: making the XML files more unique Pin
Wilbur J. Pereira13-Feb-05 8:01
Wilbur J. Pereira13-Feb-05 8:01 
Generalmsxml error in creating xml Pin
cj_rahul10-Feb-05 22:20
cj_rahul10-Feb-05 22:20 
GeneralRe: msxml error in creating xml Pin
Wilbur J. Pereira13-Feb-05 7:54
Wilbur J. Pereira13-Feb-05 7:54 
GeneralCustom UsernameTokenManager Problem Pin
Gizz10-Feb-05 5:03
Gizz10-Feb-05 5:03 
GeneralRe: Custom UsernameTokenManager Problem Pin
doogie10-Feb-05 6:32
doogie10-Feb-05 6:32 
GeneralRe: Custom UsernameTokenManager Problem Pin
Gizz24-Feb-05 2:56
Gizz24-Feb-05 2:56 
GeneralProblem in inserting tabindex for column Header in data grid Pin
Member 17164038-Feb-05 3:20
Member 17164038-Feb-05 3:20 
GeneralXML/XSL Books Pin
Brendan Vogt6-Feb-05 22:55
Brendan Vogt6-Feb-05 22:55 
GeneralRe: XML/XSL Books Pin
Phil Hobgen7-Feb-05 19:00
Phil Hobgen7-Feb-05 19:00 
GeneralRe: XML/XSL Books Pin
Brendan Vogt7-Feb-05 21:22
Brendan Vogt7-Feb-05 21:22 
GeneralRe: XML/XSL Books Pin
Phil Hobgen7-Feb-05 22:39
Phil Hobgen7-Feb-05 22:39 
GeneralRe: XML/XSL Books Pin
Royce Fickling21-Aug-08 4:42
Royce Fickling21-Aug-08 4:42 
QuestionXSLT does not have min,max,abs methods. How do i use EXSLT ? Pin
Wilbur J. Pereira6-Feb-05 22:41
Wilbur J. Pereira6-Feb-05 22:41 
AnswerRe: XSLT does not have min,max,abs methods. How do i use EXSLT ? Pin
Phil Hobgen7-Feb-05 23:30
Phil Hobgen7-Feb-05 23:30 
Generalapp. config file Pin
Rekha Patel6-Feb-05 8:30
Rekha Patel6-Feb-05 8:30 

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.