Inference cannot handle entity references. Pass in an 'XmlReader' that...
Hi guise,I having problem in reading XML file .error is shown in title. Please let me know .Regards: Balram
View ArticleCannot convert/save XML with XSLT - VB.net
So I have the XSLT code (it's correct, it's tested separately) and I have it hard-coded as a string (that's a requirement, don't bother asking). Loading the XML, the XSLT and all this stuff is OK. But...
View ArticleCannot convert/save XML with XSLT - VB.net
So I have the XSLT code (it's correct, it's tested separately) and I have it hard-coded as a string (that's a requirement, don't bother asking). Loading the XML, the XSLT and all this stuff is OK. But...
View ArticleLoading and saving XML file
Hello, Issue: Reading a xml file embedded into a resource of a class library Developing platform: C# Issue description: When the dll is imported in the windows form application, i want to load the xml...
View Article< > in XMl to be parsed using XSLT and applying a template to it.
Hi,The below is the XML that i will get as an input What i want to do is I want to apply an template to c0 which will bold the value present in c0 tag.I have written the template to do it but its not...
View ArticleRetrieving Multiple Nodes values from an XML
Hi, I Have an XML which will be stored into a string i want to retrieve all the Values of<EmailAddress>values@values.com</EmailAddress> nodes from the following XML. Depending upon...
View Articlewhat is the syntax for an xpath to select a node by the children's indices
I'm having problems figuring out how to construct an xpath that will select a given node based on selecting nodes based on their "child" index. For example what would be the xpath to select 4th...
View ArticleNode in XML with variable
I can use data nodes in xml file with variable? how to use? I am using C# windows formthanks :D
View ArticleIRS XML Rejection
The irs rejected by tax return /efile:Return[1]/efile:IRS4562[1]/efile:MorE Than Half Business Use Property[1]/efile:Method AndConvention[1]Does anyone know what I did wrong and what I can do to fix it?
View ArticleXPath - namespaces
I've been using XML/XPath since Eve was a rib. So I know that most people will answer this with , "It can't be done." However, I really need to find a way for this to work.I'm working on a project...
View ArticleIterate through all nodes in an XML document
Hi, How can we iterate through all nodes (including child nodes of a direct child) in an XML nodelist without using xpath queries?regardsSreejith
View ArticleSave and Edit some Strings from loaded line to Text! (StreamReader)
[Please move this thread to it's right place ( C# )]Hi, I have tried lots of codes posted here.. and another places..It doesn't do what want to do.First See the code : Load Button :private void...
View ArticleXSL Template not rendering HTML table properly
Hi, In our application XML results are rendered in to an HTML table by apply XSL style sheet. In one of the HTML column (<TD>) we display file names in another table format. <td...
View ArticleIinternet Explorer - MSXML4 versus MSXML6 XSLT Parsing Namespace Error
I saw a lot of posts online about MSXML4 to 6 or XSLT 1.0 versus 2.0 etc. But they could not answer my question.I have a XSLT transformation code that works with MSXML4 APIs (XSLTransform and...
View ArticleHow to a Tree Structure in XML?
Hi,i want to build up a tree structure in XML. Which is the correct way to store a tree with an unlimited depth in xml?<?xml version="1.0" encoding="utf-8" ?><templates><template...
View ArticleHow to query this xml elements?
Hi,i have the following xml:<?xml version="1.0" encoding="utf-8" ?><Templates><Template id="100" title="Contenttemplate-1" file="Content1.aspx"><Nodes><Node...
View ArticleCustom XML format in XML file created by WriteXML method
Hello all I have a similar problem. In my ASP.NET 3.5 webpage I need to convert a Datatable in a XML file and save it on the C:\ root of the users. My datatable has an output like this (from my SELECT...
View ArticleXML LINQ JOINING 3 ELEMENTS
The details of my specific case are below. I want to JOIN 3 ELEMENTS from a Microsoft Project XML file. If you can show me the generic syntax that would be great. However I have included specifics...
View ArticleCrash in msxml6.dll from unmanaged app
My app is un-managed multithreaded app having one main STA ui thread and multiple threads running in a MTA apartment where releasing or creating FreeThreadedDOMDocument6.0 in a MTA crashes at some...
View Articleunable to deserialize from serialized XML
I am unable to deserialize from serialized XML. Below is the code. I do know that if I completely remove the xmlns attributes the XML is then well forms and can be deserialized. Class XML derives from:...
View Article