Click here to Skip to main content
15,886,761 members

Comments by xardoz (Top 12 by date)

xardoz 4-Dec-12 18:51pm View    
Not sure, I will try the Create and let you know.
I am new to XML in .Net, migrating from vb6
xardoz 4-Dec-12 18:10pm View    
My load line was wrong, should have been:
xslt.Load(New XmlTextReader(New StringReader(sXLST)))

Second my sourceReader declaration line was wrong:
Dim sourceReader As System.Xml.XmlReader = System.Xml.XmlReader.Create(New System.IO.StringReader(sXML))

All seems to work now, except the reference in the XLST file to a XLS file on a web server.....
xardoz 4-Dec-12 16:28pm View    
Did not mean to anger you.

I thought I had asked a question.

My code does not work, I do not know why.

It is not generating any errors I can find.

Hopefully someone can look at it and spot what I am doing incorrectly.
xardoz 4-Dec-12 16:16pm View    
My question is what is wrong with the code?
What am I missing?
xardoz 4-Dec-12 15:48pm View    
Deleted
Still fighting this code. Now I get no errors but also no output.