adjust-dateTime-to-timezone function in xsl stylesheet
I tried<xsl:value-of select="adjust-dateTime-to-timezone($adjDate,xs:dayTimeDuration('P0DT4H'))"/> but its not working for me, I get no result. my adjDate variable is in the format...
View Articlehow to read xml elements using linq in c#.net recursively
2824 Points628 Postshow to read xml elements using linq in c#.net recursively.a few seconds ago|mkonanki|LINKHi Could you any body know , how to read below xml input data using linq or some ohter...
View ArticleMSXML2 error on Windows 8 with Visual Studio 2010
Hi,On compiling my project in Visual Studio 2010 on Windows 8, it gives the following MSXML errors:error C2065: 'DOMDocument60' : undeclared identifier ..\somepath\myfile1.cpperror C2039:...
View ArticleOutOfMemoryException was thrown in XSL Transformation
HiException of type 'System.OutOfMemoryException' was thrown. at System.Xml.XmlEventCache.NewEvent() at System.Xml.XmlEventCache.AddEvent(XmlEventType eventType) at...
View Article404 error while trying to load XML file from Request.InputStream - Trying to...
Hi, Im trying to select a node list from a xml file with no success. Here is the code I'm working with: C#private void m_application_EndRequest( object sender, EventArgs e ) { HttpApplication app =...
View Articlecreate an xml
Can anyone help me to create an xml document from a scenario? The scenario is to create a well formed XML, and DTD documents used to represent courses in a university. The university has numerous...
View ArticleXSLT randomly stops working
I have a really strange issue. I have the menu, footer, phone number dynamically generated with XSLT. (Umbraco CMS) For some reasons the menu XSLT randomly stops without any changes to the code or...
View ArticleXML File Handling Using C#
hihow can i check whether the XML file is exist or not.in case of existing how can i go to particular Node and Update it.i am finding tons of sample code for reading and writing XML files.but i have to...
View Articleimport xml with nodes in datagridview.
I hace an XML document generated by an opensource web application.I need to import the XMl into a datagridview but the XML has a very strange construction...It has a lot of nested nodes and some with...
View ArticleGetting Invalid Child Element, how to modify schema?
Hi, How to modify schema of an element in order to avoid validation error like "Invalid Child Element" or "List of possible elements expected"? I tried putting a value string in CarModel element and...
View Articlexslt -- conditional processing
Hi All, I need to check particular field value in input file and if it is negative I need to skip entire processing in xslt. Please let me know your suggestions. Thanks in Advance
View ArticlePut byte array into CDATA
I would like to save byte array directly into CDATA without using base64 encoding because of the performance impact. But I could not find a way to do that. Any idea?James
View Articlehow do i parse this xml
I have a web xml list I don't know how to parse. I am using VB in VS10.Here is the source:http://www.wikispeedia.org/a/marks_bb3a.php?name=all&dayofinterest=2014-02-16Here is what it...
View ArticleVietnamese language
Hi, Appreciate anyone can help. I am using xml file to store my multi-lingual text and messages.When I retrieve the vietnamese text from xml file using msxml and vb6, the text become "????". How can I...
View ArticleHow to load XHTML file using LoadXML or equivalent method?
I am trying to load a XHTML file in using below piece of code and its not working... Kindly help.. string xmlText = File.ReadAllText(@"C:\test.htm"); var doc = new XmlDocument();...
View Articlewhich is better replacement for xmlDataDocument, xmldocument or xpathnavigator
Hi,Have to clean up the obsoletes in my project. one of the Obsolete is XmlDataDocument. I have to make a choice between XmlDocument and XmlPath Navigator. Changing XmlDataDocument to XmlDocument...
View ArticleExchange 2010 SP3 Upgrade Unexpected Error on CAS
Hi there, I have just Upgraded our Exchange 2010 SP1 server to SP3 and everything goes fine until it gets to the Client Access Role portion of the setup. When it get to this section it comes up with...
View ArticleHow to load XML from a Web Service
I have a 3rd party web service which returns different XML data depending on the request sent to the service.What i would like to do is load this data into a class (a bit like Linq to SQL when i drop a...
View ArticleRename Root Node in XML
I am working with C# and having trouble renaming the root node of an XML document. I am unable to find the objs I need to accomplish this task. Any suggestions short of string manipulation? Thanks!
View ArticleParsing XML with C# on WPF
Hi everyone,I am trying to parse the fallowing XML file in C#:<?xml version="1.0" encoding="utf-8"...
View Article