XSL Compile Error
Hi,I am having a strange error when I try to process an XSL file; the same XSL file was working before and I have not made anychanges to this, and all of a sudden I am seeing this error. I can say for...
View ArticleChange XML Root NAme
Hello Experts,I have a XML File<?xml version="1.0" standalone="yes"?><NewDataSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleMicrosoft visual studio 2003 php to asp.net conversion tool ISS not install...
Hello All, I am trying to convert a php project into asp.net. I have come across microsoft migration tool that allows this to happen. I do understand that is does not convert the entire project and...
View ArticleMicrosoft SQL Server INFORMATION_SCHEMA.COLUMNS CHARACTER_MAXIMUM_LENGTH is NULL
I am trying to get maximum allowed column length (characters count in representation, not bytes count) from MS SQL from INFORMATION_SCHEMA.COLUMNS table. I have found that CHARACTER_MAXIMUM_LENGTH can...
View Articlesort the node data alphabetical order using xslt1.0
My Input xml Looka like below : <?xml version="1.0" encoding="utf-8" ?> <countries> <country> <state>Ontario</state>...
View ArticleHow to edit all the values from xml file???
Hi all,I wanna create a method which receives the xml file name, then read it and change the values...I have different xml files, each one has different nodes, so I just want a simple method that reads...
View ArticleHow do you validate xml with xsd?
I created my own xsd file and now wrote an xml file that I would like to validate using the xsd file. What is the easiest way to do that?Thanks
View ArticleHow do I send and receive XML using vba?
I am new to MSXML, and am trying to develop code to use xml to query a web service (usps' api). I think I am getting the web server, but an error message. Here is my code that tries to get a response...
View ArticleHow could I filter event log by XPath ?
How could I filter eventlog of Win2008R2 so that it does not contain <EventData> <Data>hogehoge.exe</Data> ? I googled but I could not make correct syntax query.
View ArticleExtend XSD enum type with unknown vaues
I have an enum type like this:<xs:simpleType name="BaseEnumType"><xs:restriction base="xs:string"><xs:enumeration value="Choice1"/><xs:enumeration...
View ArticleAviod duplication and merge into unique
Hi exceperts;I have input xml like, here i want avoid duplicate ID and Merger the data into unquie as per my ouput.. <SN> <T> <ID>112</ItemID>...
View ArticleVisual studio generated test XML and XSLT schema mapping throws an error :...
Hi, maybe someone has an answer or idea. Thank you.This is to debug a custom XSLT mapping in a deployed Biztalk Server app. I get errors with it and it's not easy to track what is going wrong. BTW,...
View Articleformatting xml into stringbuilder
How would I format the following so it works with Stringbuilder? I will have to replace values in BOLD at runtime. I don't need help with everything obviously but specifically how do I accommodate the...
View ArticleHow can I Remove Encoding from XML
Hi there,I'm trying to store a XML file to SQL SERVER 2008 database. but if my file has the declaration with na 'encoding' property, the Visual Studio returns to me an error."XML Analysis: line 1, char...
View ArticleXDocument to get the attribute of a preprocessing instruction
<?xml version="1.0" encoding="utf-8"?><?mso-infoPathSolution name="urn:schemas-microsoft-com:office:infopath:Audittool:-myXSD-2013-06-22T17-00-48" solutionVersion="1.0.0.457"...
View ArticleLINQ to XML Getting records from StartDate to EndDate
I am using linq to XML in C# I have an XML where records are stored<ID>1</ID><Date>01/12/2012 </Date><value>10</value><ID>2</ID><Date>02/12/2012...
View Articleifc and validation
hello. I'm still reading the Definitive XML Schema but i don't understand some things I have a problem in loading ifcxml files from allplan with the xsd.exe tree generator. I attach all my files, with...
View ArticleCreate new XML File based on existing XML Template File
Hye. I have created a Template File which stored the nodes that needed like below.<?xml version="1.0" encoding="utf-8" ?><Template><Columns...
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 Article