Event Log Custom XML Query Filtering Help
I've looked at a few different posts but I must be missing something because what I'm constructing isn't working.Here's the XML code of an example event:- <Event...
View ArticleXSLT - When/Test with single variable with delimited values
How do i pass in a delimited value from a variable in a...
View ArticleXML DOM -2147221164
When I start my computer sometimes it laggs and takes a few extra minutes. When it is lagging it has the start and task bar but nothing is on it and no desktop icons but desktop picture is there....
View ArticleSecurity risks with XSLT and unvalidated input?
I am working on an application that includes XSL transformation via the System.Xml.Xsl.XslCompiledTransform class (.NET 4.5). I completely control the stylesheets, and there are no extensions or...
View ArticleTrouble Publishing XML Word Document
Let me preface this thread by saying I know very little about xml but a good deal about php. My overall goal is to take data entered by my users to create a word report which is sent back to them...
View ArticleConvert XComment to XElement
Hi.I have an XML Document with an structure like this:<Elements> <Element> <value1 key="key1" value="value1"> <value2 key="key2" value="value2">...
View ArticleSecurity with old versions of MSXML
First, I am not a developer, but this is the only forum I could find for MSXML. If there is a more appropriate venue for these questions please let me know.I am a network administrator, and I've...
View ArticleXml Signature - problems with enveloped Signatures on Multiple XmlNodes with...
Read Readers,I would be grateful for some assistance. I am signing enveloped Xml Signatures for XmlNodes (cast to XmlElement) where the XmlNodes have the same name.Each node (of the same name) has a...
View ArticleHow can i assign multiple classes to xmldocument object?
I am creating a one service for Inserting(POST) data, using this service client enter the data after that call service method to store that data in file (XML or JSON) in systempublic void Add(Employee...
View ArticleXmlDocument doesn't handle the fragment values properly
XmlDocument doesn't handle the fragment values properly, i.e. if we try to load XmlDocument with the xml fragment value then we get the error saying "There are multiple root elements". I have also...
View ArticleHow to show sub elements in the XML schema Graph View that are references?
Hi, I have a pretty large xml schema that I am working on. At times I would like to see the graph view of just a few elements so it is easier to read. When I drag over a sub node from the XML Schema...
View Articlexsd.exe crashes with "Object reference not set to an instance of an object"...
I have also asked this at StackOverflow, but so far, nobody seems to know an answer. In a related thread on this MSDN forum, the question was never updated with an answer either, though the user seems...
View ArticleNeed to produce the output in 2 rows and 3 columns
I am customizing CQWP in itemstyle.xsl creating Template. Here is the code am not getting the output.. it is displaying the value in single column..<xsl:template name="News"...
View ArticleXSLT Sorting Conditionally
Hi I have the following xml<TestRequests> <TestRequest CollectionStatus="Resulted"> <Category>Hem</Category> <Text>Complete Blood Count</Text>...
View ArticleUpdate data into xml file using wcf rest service?
IService: [ServiceContract] public interface IService1 { [OperationContract] void InsertData(Student st); [OperationContract] void UpdateData(Student su); } Service.cs: public void InsertData(Student...
View ArticleXSD intelli-sense is disabled when two xsd has same elements
we have two library each library uses xsd file i.e. ConfigSchema_a.xsd and ConfigSchema_b.xsd.please note elements of these two xsd are same. Can both of these co-exist together? In other words, if...
View ArticleHow to load a subset of data from DataGridView back to XmlDocument
I have an xml file that I want users to be able to edit via a DataGridView. I am loading just one of the many nodes from the xml file into the DataGridView (including it's child nodes). Can someone...
View ArticleHow to Sort XDocument Content by Node Name
Hi folks,Please can you help with sorting elements in an xml file...I'm new to LINQ to XML.I have the following file:<my_elem> <Toms_elem> <Kates_elem /> <Als_elem...
View ArticleHow to add child nodes to an existing xml file?
I need to add child nodes to an existing xml file. For example, the existing file is like<Node1><ChileNode1>a</ChildNode1></Node1>I have to add more ChildNodes...
View Article