Can Query remove need for loop ( get attribute if value matches)
I have already downsized my XML fragment to the Node I want. The code works below ( there are 2 workable approached ) - but I thought I could use LINQ and lamda expression to query from the start -...
View ArticleUnable to get elements using XPathSelectElements
Hi,I have the Xelement as follows.<root type="object"><meta type="object"><disclaimer type="string">XXXXX</disclaimer><license...
View ArticleXML Again XSD: "The element cannot contain text. Content model is empty"
I'm been working on this for the past couple hours and I believe I know the answer to my question, but I'm not sure why. Problem I have is that I am trying to validate an XML document passed into my...
View ArticleXElement parser does not ignore entity tokens in attribute value
I have sample XML file:<?xml version="1.0" encoding="UTF-8"?><root><name id="show_file.php?fid=120983&action=download" /></root>I use simple C# console application to dump...
View ArticleJS loop with xsl variable
Hi! I having one XML file having a structure like this:<?xml version="1.0" encoding="utf-8" ?><?xml-stylesheet type="text/xsl" href="temp.xslt"...
View ArticleOpening client xsd in visual studio crashing visual studio?
I am trying to open xsd in visual studio and its crashing viual studio.I tried to open xsd in xml editor and able not able to figure out exactly .. but seems like some issue with Grup and...
View ArticleXSLT to convert XML to CSV
Heyastruggling to convert this piece of xml to csv:<?xml version="1.0" encoding="utf-8"?><Workbook xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts"...
View ArticleAppendChildNode
I realize this is a rather arcane subject. Still hoping someone can help directly or direct me to a better forum.I have a project where I create a basic document CustomXMLPart and then need to...
View ArticleIXmlSerializable and XmlRoot Prefixes with XmlSerializer
so look here: https://social.msdn.microsoft.com/Forums/en-US/927ac38b-9846-40c0-a1eb-5850553b520d/ixmlserializable-and-prefixes-for-xmlroot-elements?forum=asmxandxmlAnd it is fundamentally WRONG.Why?...
View ArticleDifferent ways of Redefining group in Xsd?
Team,Can any one let me know the different ways redefining group in xsd.I am trying to load CDISC schema, but when we are trying to open it on visual studio (tried with different version)...
View ArticleHow to use links in XML?
I got an XML file. I wrote a HTML code that traverses the xml file and outputs it as a tree from the html fileIm trying to figure out how to attach a link to the xml elements, such as when I click on...
View Articlehow do i place a hyperlink in xml?
thats it. i googled solutions. tried them. not working
View ArticleMicrosoft Visio 2013 - "DATABASE" ribbon is missing or no longer available...
I need to create a conceptual -> Logical -> Physical models in this order and then generate the DDL Scripts from the physical data model to create the tables in the SQL Server Database. In Visio...
View Article"Too Many Arguments To 'Public Overloads Sub New()" Error
Hello, I am just starting out in VB and I was wondering if I could get some help. I don't understand what this error means "Too Many Arguments to 'Public Overloads Sub New()'. Here is my code, I am...
View Articlewhat are back.xml files?
I have Avast as my virus program and recently it has found 12 xml files it cannot open to scan. All files begin with: C:\$Windows.~BT\sources\safeos\safeos.mount\windows\servicing\sessions\ and end...
View Articlexmlserializer ignore non serializable property
i have a report method with an object as a entry, which simply convert the object into the xml string and insert it in a database. the entry objects have wide range and sometimes they includes non...
View ArticleHow to find the right Element
Im new with Linq to XML (but have used Linq to SQL). After some research i have created some code for the below XML <?xml version="1.0"?><terms xmlns:xsi="http://www.w3.org/"...
View ArticleXSLT Coding issue
Expected outPut:<?xml version="1.0" encoding="utf-8"?> http://www.w3.org/2001/XMLSchema-instance" xmlns="SampleXML"> <Tablix1> <SIDCode_Collection>...
View ArticleSelectSingleNode Not showing correct data
Hi, Whenever we are using "docNode.SelectSingleNode("//im_doc_id").InnerText" it is returning same node value whereas when we are using docNode.SelectSingleNode("im_doc_id").InnerText it is returning...
View Article.NET API for OWL/RDF
Hi All,Just wondering if anyone knows of an API that enables you to create OWL ontologies and also search them. Looking for an equivalent to the Jena API in Java.Many thanks,Pete
View Article