Click here to Skip to main content
15,903,175 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: Adding two XmlDocument objects and making as one XmlDocument Pin
led mike23-Jul-08 5:23
led mike23-Jul-08 5:23 
Questionconvert HTML to XML Pin
r aa j21-Jul-08 1:11
r aa j21-Jul-08 1:11 
AnswerRe: convert HTML to XML Pin
Paddy Boyd21-Jul-08 2:39
Paddy Boyd21-Jul-08 2:39 
AnswerRe: convert HTML to XML Pin
Devang_010126-Jul-08 1:08
Devang_010126-Jul-08 1:08 
QuestionUsing msxml help in Visual c++ 6.0 Pin
rocktx18-Jul-08 6:34
rocktx18-Jul-08 6:34 
QuestionCannot traverse RDLC file using Xpath Pin
Krugger40418-Jul-08 1:31
Krugger40418-Jul-08 1:31 
AnswerABUSE: Massive amount of XML posted Pin
led mike18-Jul-08 5:20
led mike18-Jul-08 5:20 
GeneralRe: ABUSE: Massive amount of XML posted Pin
Krugger40418-Jul-08 6:20
Krugger40418-Jul-08 6:20 
Sorry but the xml file is quite large(i did mention it in the post). In fact, SelectSingleNode has some problem when reading rdlc files due to its namespace declaration. So, one needs to add things of the sort for it to work:

XmlNamespaceManager ns = new XmlNamespaceManager(tmpXmlDoc.NameTable);
ns.AddNamespace("ns", "http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition");
ns.AddNamespace("rd", "http://schemas.microsoft.com/SQLServer/reporting/reportdesigner");

That's it Mike. Relax and go around a little from time to time. It will do you good! :-p

Carpe diem,
Krg

GeneralRe: ABUSE: Massive amount of XML posted Pin
led mike18-Jul-08 6:28
led mike18-Jul-08 6:28 
GeneralRe: ABUSE: Massive amount of XML posted Pin
Paul Conrad26-Jul-08 14:47
professionalPaul Conrad26-Jul-08 14:47 
Questionproblem loading xml+xsl in IE Pin
Member 466072415-Jul-08 19:48
Member 466072415-Jul-08 19:48 
AnswerRe: problem loading xml+xsl in IE Pin
led mike17-Jul-08 7:00
led mike17-Jul-08 7:00 
QuestionWeb Method Returning a complex Custom data type. Pin
nagankota15-Jul-08 1:56
nagankota15-Jul-08 1:56 
QuestionSub-query with XmlNodeList Pin
Atropus14-Jul-08 2:38
Atropus14-Jul-08 2:38 
AnswerRe: Sub-query with XmlNodeList Pin
led mike14-Jul-08 5:59
led mike14-Jul-08 5:59 
Questionwriting to XML Pin
kadkir13-Jul-08 20:01
kadkir13-Jul-08 20:01 
AnswerRe: writing to XML Pin
Mike Ellison14-Jul-08 3:18
Mike Ellison14-Jul-08 3:18 
Questionwrong element in transformed xml Pin
AndrusM11-Jul-08 21:45
AndrusM11-Jul-08 21:45 
AnswerRe: wrong element in transformed xml Pin
Gideon Engelberth12-Jul-08 2:28
Gideon Engelberth12-Jul-08 2:28 
QuestionUse external Xml File in My external File (Import) Pin
hamedmot11-Jul-08 21:05
hamedmot11-Jul-08 21:05 
AnswerRe: Use external Xml File in My external File (Import) Pin
led mike14-Jul-08 5:57
led mike14-Jul-08 5:57 
QuestionXSLT for displaying generic XML-files Pin
Daniel Jansson10-Jul-08 20:22
Daniel Jansson10-Jul-08 20:22 
AnswerRe: XSLT for displaying generic XML-files Pin
led mike11-Jul-08 5:36
led mike11-Jul-08 5:36 
QuestionXSD Validation - Allowed characters Pin
Erik Westermann9-Jul-08 12:06
professionalErik Westermann9-Jul-08 12:06 
AnswerRe: XSD Validation - Allowed characters Pin
Erik Westermann10-Sep-08 4:13
professionalErik Westermann10-Sep-08 4:13 

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.