Blank App (Uninversal Windows) Visual Basic.
*Note to Moderators... I hope I have selected the correct forum to post in. If not, please advise. Thank you*I have entered in any text, this happens when I double click to MainPage.xaml so as I can...
View ArticleXSL Upgrade
Inherited a Web application that is using XSL Version 1.0 to build Excel reports using visual studio 2013. The application uses XSLCompiledTransform to create and outputStream of XSL (Excel documents)....
View ArticleXML Transform using XSLT when simple type is repeating
Hi, I am trying to transform one xml to another xml using xslt transform. when there is a complex node repeating then all nodes are properly transformed and things are fine. If the simple type is...
View ArticleMSXML cannot load XML from URL
I have 2 computers: 0) at job (connected to the corpotarive netwotk with router-based VPN connection), computer is in domain (let it be named asdomain); 1) at home (connected to the corpotarive netwotk...
View ArticleElement Requires Further Child Elements
So I was designing an XML file based on a certain DTD. The logic is thus: Category >> Books(can have many entries) >>Author[required], Price[required], Description, Image) Here is the...
View ArticleAn XSL transform question, for analysing Bing Maps Directions API output.
HelloI want to analyse the XML output of the Directions Bing Maps API. That's because I need to calculate km in each countries for the returned road.My problem boils down to create an XSL to transform...
View ArticleConvert some .xml into a defined .txt format, using an .xsl
Hi,I hope someone can help. I'm looking to convert a fixed input .xml file into a defined .txt file using an .xsl to transform some of the fields.My .xml...
View ArticleGiven a predefined XSD, what is the best way to structure an XML file from...
I know this is a broad question with a number of different solutions but this is a relatively new domain for me so I thought it couldn't hurt to ask.I recently started a job that requires me to pull...
View ArticleXML File Referencing External XSL To Transform Outputs As Text In IE
Hello,I'm having a nightmare with something that is supposed to be straight forward, and came here looking for some helpIt's an XML file with a reference to an external XSL file that XSLT code to...
View ArticleMultiple signatures using XAdES
Hi everyone and thanks in advance for the help.my goal is to let two or more different persons to deal with a document incrementally:- the first will create the xml, compile only a subsection of the...
View Articleread pdf content into text file using c#.net
Dear all,Im trying to read pdf content into text file using c#.net.when i trying to read pdf, its returning content as a unicode characters .so how can i read the characters form pdf.Thanks,ram krishna
View ArticleXML XSD and serisliase deserialise c#
XML XSD in c# Null operators I have some code that a previous employee did using XSD to create an XML read.(1) Where can I find sample XSD for Microsoft details as a user manual with examples.(2) I...
View ArticleselectSingleNode
Hi I have migrated my project code from VS2012 to VS2015 and currently it is giving error "MSXML::IXMLDOMDocument" has no member "selectSingleNode"In VS2012 it was running successfully.what may be...
View ArticleHow to structure a program that produces a specific XML format (defined by...
I have a vendor supplied XSD for which I have been hacking together an Access/VBA script to produce usable XML. This is a short term solution and I would like to write a VB or C# program that will be...
View ArticleGrab style from xml
Hello everyone,What is the best way to take the style from the xml node below?<w:r w:rsidR="8965"><w:rPr><w:rStyle w:val="customStyle" /></w:rPr><w:fldChar...
View ArticleXML Namespace
Hi,I've inherited an importer application written in C# from another company that loads XML files into a SQL database. The importer uses XElement class to parse the XML file, but uses a fully...
View ArticleMSXML::IXMLDOMDocumentPtr select single node
Hi all,Greetings ,I have migrated my code from VS2012 to VS2015 and some part of my code is giving error. I will only put the snippet of the code (because the complete code is very large) the same code...
View ArticleEvent Log XML Query for Name/Value Pair
I'm using Windows 7 Pro x64. I'm trying to create a custom view in Event Viewer that will contain only resume events for unknown reasons (WakeSourceType=0).Here's the query I'm using:<QueryList>...
View ArticleAdd computed style to word document on the fly
Hy,i parse a template to create a docx document, i valorize variables in template and at the end i need to insert style node in document.xml file.But I could notmake it workinnerText =...
View ArticleXSL Upgrade
Inherited a Web application that is using XSL Version 1.0 to build Excel reports using visual studio 2013. The application uses XSLCompiledTransform to create and outputStream of XSL (Excel documents)....
View Article