3,634 Topics

Member Avatar for
Member Avatar for mariyana

I want to generate XML code using vb.net <sample> <?xml version="1.0" encoding="UTF-8"?> <?mso-infoPathSolution name="urn:schemas-microsoft-com:office:infopath:textbox-vini:-myXSD-2007-12-06T08-47-54" solutionVersion="1.0.0.1" productVersion="12.0.0" PIVersion="1.0.0.0" href="file:///C:\Documents%20and%20Settings\Vinitha_mani\My%20Documents\textbox-vini\manifest.xsf" ?> <?mso-application progid="InfoPath.Document" versionProgid="InfoPath.Document.2"?> <my:myFields xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2007-12-06T08:47:54" xml:lang="en-us"> <my:field1></my:field1> <my:field2>vinitha</my:field2> </my:myFields> This xml is created from Infopath form as a source file. Now how can i generate the same through code given that …

0
76
Member Avatar for moiseszaragoza

I know that I have childNodes in my XML it has over 337 lines But I still get a return of 0 My code [CODE] ' Create new XML reader object Dim xmlDoc Set xmlDoc = Server.CreateObject("Microsoft.XMLDOM") ' Load the specified XML file (returns XML output) xmlDoc.load("http://pathToXML") If (xmldoc.childNodes.length = …

Member Avatar for hielo
0
95
Member Avatar for Dennis_Phils

Hi Guys... I'm having problem with XML transformation. I have this code where I click a link that will open a new window that is referenced to XML. It works fine in IE but in Firefox, a new window is opened and the contents are not displayed. Here's a code …

Member Avatar for hielo
0
494
Member Avatar for Artemis

Hello, We are re-writing an application and are going to use soap as the communication protocol. Our product is installed on one or more machines in a network and communication is cross-process and/or cross machine. we are looking at iis or a lighter weight host such as cassini. I have …

Member Avatar for brutus9448
0
144
Member Avatar for xibnoe

I try load a xml file (have DTD) into dataset, and bind it into datagrid (because i want to edit). when i call writeXML function, the scehema of my xml is different from the DTD.. how can i write based on my DTD? {sorry for my bad english}

Member Avatar for alc6379
0
139
Member Avatar for jnwry

Hello, I'm a little confused about how to parse a nusoap response. I realize that the nusoap response comes within a SOAP envelope. How do I output the nusoap response within my html??

0
52
Member Avatar for AbhijeetChavan

I need to develop a Tool to compare 2 XML files using Perl. Can any one give me a start up for this?

0
67
Member Avatar for bumassjp

I was told that I need to create a server side application to handle all the data and then insert it into the .xml document. This is fine I just need a good starting point because the rest of the site is in HTML and I have very little experience …

0
51
Member Avatar for kobi

Hello there, How can i load an xml file,to treeview control and show it in my html page? Thanks

Member Avatar for Fungus1487
0
110
Member Avatar for newlive

Hello all, i want to get soap message with xpath my code is: [CODE] <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE xml (View Source for full doctype...)> <xml rde-rd:content="spreadshirt2.xml" rde-rd:datalanguage="de" rde-rd:leasingtime="0" rde-rd:locale="de" rde-rd:project="testwebservicegoogle" rde-rd:rdeContentType="0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:rde-dm="http://www.reddot.de/rde/ns/dm" xmlns:rde-fdl="http://www.reddot.de/rde/ns/fdl" xmlns:rde-idea="http://www.reddot.de/rde/ns/idea" xmlns:rde-rd="http://www.reddot.de/2000/rde/rd" xmlns:rde-rdf="http://www.reddot.de/rde/ns/rdf" xmlns:rde-xmaps="http://www.reddot.de/rde/ns/xmaps" xmlns:rdf="http://www.w3.org/TR/REC-rdf-syntax/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsl-template="http://www.reddot.de/rde/ns/template"> <dynaments> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.spreadshirt.net//services.php/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> …

Member Avatar for pgfearo
0
86
Member Avatar for kobi

Hello there, How can i load an xml file,to treeview control and show it in my html page,i saw a way throw a dhtml but i failed to dominate it? Thanks

Member Avatar for kobi
0
95
Member Avatar for vishnu narayan

Hello every one ! How can I display node of parent node and corresponding child nodes.Suppose I have to display 'Label' nodes of all <ScreenToSupport>. There can be multiple <ScreenToSupport> inside parent node <ScreensToSupport>.In this case I have to display Label 'rediffHomePage' and 'rediffHomePage1' of both <ScreenToSupport> node.But I have …

0
80
Member Avatar for swetha321

when i was working with the net an error like this came what does be the reason? - do your thing. Start your group.--0-1468579797-1195302955=:75404 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit <BR><BR> <DIV><SPAN> <DIV lang=EN-US> <DIV> <DIV><FONT face="Book Antiqua" color=#003366 size=2><SPAN style="FONT-SIZE: 11pt; COLOR: #003366"></SPAN></FONT></DIV> <DIV><FONT face=Arial color=navy size=2><SPAN style="FONT-SIZE: 10pt; COLOR: …

0
45
Member Avatar for susuoi

Hi, I'm learning perl and web application now. I have a xml data as shown below. <?xml version="1.0" encoding="utf-8" ?> <rsp stat="ok"> <photos page="1" pages="102" perpage="2" total="508"> <photo id="1969474222" owner="20137329@N04" secret="8ebd15f901" server="2185" farm="3" title="allen-iverson-dunks" ispublic="1" isfriend="0" isfamily="0" /> <photo id="1952424144" owner="7974492@N03" secret="a18966828b" server="2241" farm="3" title="Celtics vs. Nuggets" ispublic="1" isfriend="0" isfamily="0" …

Member Avatar for susuoi
0
118
Member Avatar for marcuskona

Hi everyone im getting this error when i try to execut the code via a browser, its a SOAP call to a footprints webservices server written in php, well it only shows me this error. I pasted the entire code below minus my username and password, :) I also have …

Member Avatar for johnNui
0
133
Member Avatar for saintalan

Hi All, I've been away from C# for a couple of years, now in semi-retirement and looking forward to picking it up again mainly for my own purposes. I did a google on 'compare XML' and ended back here (should have come here in the first place!) however given the …

0
122
Member Avatar for bcm

:?: I am creating a project in [B][COLOR="Red"]VB.NET2005 [/COLOR][/B]for reading and writing xml app.config. but how i want to display the xml data in a message box. I have used the following code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim astrology_value As String Dim …

Member Avatar for bcm
0
92
Member Avatar for eXceed69

Hi Guyz, I had to create a program w/c objective is to omit a certain tag in xml file. the only thing in my mind is to search and get the length of the tag. my problem is what if that tag had a certain sub fields: [QUOTE] <team> <cell1 …

Member Avatar for Salem
0
107
Member Avatar for ashneet

I know how to use PHP very well and I want to learn how I can implement XML into it. This is because I am planning on developing multi-part program with one main core. Can any one tell me good books which can help me learn XML and how to …

Member Avatar for ashneet
0
58
Member Avatar for claudiu_is

"Model oriented graphs using XML. Then represent with the help of stylesheets, in an intuitive graphic format, the BF and DF Searches of the graph. Also, offer a SVG representation of the search." Do I need to use PHP, or just XML? And if so, in what ammount? What other …

0
84
Member Avatar for eldoc

Hi I am trying to connect a Flash client socket (XML) to a php socket server (using Flash 8 and php 5). My php socket server responds correctly when I connect to it with a php client socket but fails when I try to connect with the flash xml client …

Member Avatar for XBow
0
393
Member Avatar for gvi

Hi Everyone, I have the following xml from which I need a particular output . [code=xml] <items> <item id="film"> <category>entertainment </category> <category>drama</category> <category>music </category> </item> <item id="sitcom"> <category>entertainment </category> <category>tv</category> </item> </items> [/code] Output I would like film|entertainment film|drama film|music sitcom|entertainment sitcom|tv But the code I have displays the output …

Member Avatar for jwenting
0
113
Member Avatar for alapick

Hello community, I am using java diff tool A7Soft JExamXML [URL]http://www.a7soft.com[/URL]. By default this tool uses Xerces but we are using Crimson. Has anybody know, how to specify JExamXML to use Crimson. Thanks.

0
38
Member Avatar for dilasing

Hi I am Dilawar Singh from IBM. I noticed some threads listing issues related to XML database management. We have a great product called pureXML, an excellent feature of DB2 9 that provides new data type to store the XML data. Anyone interested in knowing more, or has any questions …

Member Avatar for dilasing
0
103
Member Avatar for Attila.Both

Hello all! I am trying to run my SOAP-XML application, but I am constatnly receiving the folowing exception. Can someone expalin me what do I do wrong? Any suggestions or ideas about the solution? Exception: The value of the 'http://www.w3.org/2001/XMLSchema-instance:type' attribute must be namespace-qualified.[COLOR="Red"][/COLOR] You may also write to me …

Member Avatar for Ezzaral
0
64
Member Avatar for MSC

Hello, I'm rather new to C# though I have extensive experience with C++. I need help displaying a couple XML documents that I've created on an ASP page. My intent is to display a table showing the contents of the XML document in table form initially. After that I want …

Member Avatar for tostrinj
0
105
Member Avatar for bcm

I have created child nodes in app.config.xml file: <applicationSettings> <XML.My.MySettings> <setting name="Astrology" serializeAs="String"> <value></value> </setting> <setting name="Cricket" serializeAs="String"> <value></value> </setting> <setting name="ForiegnCurrency" serializeAs="String"> <value></value> </setting> <setting name="Jobs" serializeAs="String"> <value></value> </setting> </XML.My.MySettings> </applicationSettings> I want to insert values in this child nodes Astrology=6:00 Cricket=7:00 ForeignCurrency=8:00 Jobs=9:00 How to read and insert …

Member Avatar for ptaylor965
0
102
Member Avatar for tdhughes

Howdy, I need to pull database information into an XML defined form. One of the db fields has to be contained in a CDATA node. This line of code returns data, no errors [code] <HTMLCONTENT type="html" width="400"><![CDATA[<body><p>]]><%=aContent%><![CDATA[</p></body>]]></HTMLCONTENT>[/code] It works until I try to use it within an application which uses …

0
83
Member Avatar for rrocket

I need to update a few pages that send a forms based XML string to a site and display the returned values. I am not sure of the C# .NET 2.0 syntax to pull it off and wondered if anyone new of a good place to look. I have searched …

Member Avatar for SheSaidImaPregy
0
113
Member Avatar for bcm

I want to retrive data from xml string and store it in textbox. <setting name="Astrology" serializeAs="String"> <value>6:00</value> </setting> <setting name="Cricket" serializeAs="String"> <value>7:00</value> </setting> <setting name="ForiegnCurrency" serializeAs="String"> <value>8:00</value> </setting> <setting name="Jobs" serializeAs="String"> <value>9:00</value> </setting> I am able to retrive data and store it in one text box, but how can I …

Member Avatar for Ramy Mahrous
0
90

The End.