3,634 Topics

Member Avatar for
Member Avatar for bcm

I want to read Xmlfile and extract its contents to display on form in textbox using [B][COLOR="Red"]vb.net2003 [/COLOR][/B] How to use the XmlTextReader to read the contents of an XML document and extract the contents, if can be done.... :icon_cry:

Member Avatar for Ole Raptor
0
240
Member Avatar for peter_budo

Just getting into XML and other X-stuff so this may sound little silly as I'm thinking more ahead of I'm currently reading and able to do, but here it goes...:twisted: Take simple example of CD collection. Currently with use of XSL i'm able to display my XML document as table …

Member Avatar for peter_budo
0
78
Member Avatar for Dennis_Phils

Hi everyone, I have this code in javascript where the XML file is loaded and displayed to an html using XSLT. It works fine in IE but not in Firefox. My problem is in the looping to the childNodes. It seems that Firefox does not recognize this line of code …

0
71
Member Avatar for majestic0110

How can I view a single xml file I wrote using IE. Have browsed to directory where I saved the file but I gat an error from IE : The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click …

Member Avatar for majestic0110
0
127
Member Avatar for majestic0110

Hi all, I recently started to work for a company who uses XML. I am new to XML, and was wondering if anyone could give me any pointers as to what I should look out for (potential problems) and a decent online tutorial? The company will be training me, but …

Member Avatar for majestic0110
0
98
Member Avatar for Dha_King

Hello boys and girls, the problem is (i guess) quite simple, when i push the button on my aspx page and write to the XML file the page disappears. DEFAULT.ASPX.CS [code=C#] protected void Button1_Click1(object sender, EventArgs e) { string email = "member69@hotmail.com"; string name = "joe doe"; string country = …

Member Avatar for Dha_King
0
95
Member Avatar for PoovenM

Hey guys, I'm really new to this :icon_confused: I've managed to setup a Web Service and a Client to access the service within Eclipse. However, I want to access a Web Service that already exists. From what I understand, that service must have a WSDL (Web Services Description Language) for …

Member Avatar for PoovenM
0
179
Member Avatar for mariyana

have a xml file as follows <par def="1"> - <field type="keyword" name="ListBox_1" > <keywords ui="listbox" readingorder="lefttoright" /> </field> - <field type="keyword" name="ListBox_2" > <keywords ui="listbox" readingorder="lefttoright" /> </field> </par> - <par> - <field type="keyword" name="Combox_1" > <keywords ui="combobox" /> </field> - <field type="keyword" name="Combox_2" > <keywords ui="combobox" /> </field> </par> …

0
63
Member Avatar for kartik07

[B]Import all XML files from directory to ACCESS[/B] hi , I am new to VB6 and as part of my project,I need to create a module which imports XML files from a directory and stores in a singleDB(I am using ACCESS 2007). All the XML files wil be stored in …

Member Avatar for choudhuryshouvi
0
153
Member Avatar for manish_gajjar

ajax_example1.php <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="javascript"> function showdetail(id) { //var xmlhttp; //if(window.XMLHttpRequest) xmlhttp=new XMLHttpRequest(); /*else if(window.ActiveXObject) xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");*/ xmlhttp.open("GET","data_fetch.php?id="+id,true); xmlhttp.send(null); xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4 || xmlhttp.readyState=="complete") { //if(xmlhttp.status==200) { //if(xmlhttp.responseText!='') { //document.getElementById('emp_nm').innerHTML=xmlhttp.responseText; xmldoc=xmlhttp.responseXML; document.getElementById("emp_nm").innerHTML=xmldoc.getElementsByTagName("emp_nm")[0].firstChild.data; document.getElementById("dpt_nm").innerHTML=xmldoc.getElementsByTagName("dpt_nm")[0].firstChild.data; document.getElementById("wrkphour").innerHTML=xmldoc.getElementsByTagName("wrkphour")[0].firstChild.data; document.getElementById("sal").innerHTML=xmldoc.getElementsByTagName("sal")[0].firstChild.data; document.getElementById("ph_no").innerHTML=xmldoc.getElementsByTagName("ph_no")[0].firstChild.data; …

Member Avatar for cfroese
0
89
Member Avatar for kartik07

Hi friends, I need to transform data from XML & store in a ACCESS Table, I have a code which displays the msgs as msgbox,but I need to insert in a table.I used XML4 here.I am relatively new to VB6 XML.Can someone tel me how to do it or provide …

Member Avatar for choudhuryshouvi
0
136
Member Avatar for atplerry

Hello to you Compliment of the season! i am a new student that have read about XML and now want to start writing code on XML what are the requirement that i need and all the tools that will enhance my learning.

Member Avatar for ritgrad83
0
95
Member Avatar for Dha_King

Hello everybody, this is a sad story really, 3 days ago my code worked fine now it don't. I get this error "XML Parsing Error: junk after document element Location: [url]http://localhost:1218/projektCsharp/Default.aspx[/url] Line Number 11, Column 1:" If i try to remove or mark out "<?xml version="1.0" encoding="utf-8" ?> <guestbook xmlns="http://me.com/guest.xml" …

Member Avatar for Dha_King
0
923
Member Avatar for xeption12

hi there :) recently i have started to learn xml and xsl and i have some questions if you dont mind :) ... 1. xml:if elementes and predicates aren't the same thing? 2. xml+xsl are only to replace html + css? 3. in what fields do you apply xml+xsl? only …

Member Avatar for Fungus1487
0
79
Member Avatar for kartik07

hi al, I am doin a proj related to monitoring .I need to retrieve data from an remote or local Xml file which contains some 5 fields and store it in ACCESS.If the file is remote,do we need to follow a different method?? I dont have any idea on XML2DB. …

0
76
Member Avatar for deadskunk

Hello, I am trying to create a form in C# that will get its buttons configured from a xml file. Here is a sample of my xml file: <?xml version="1.0" ?> - <LauncherConfig> - <GeneralOptions> <Name>FORM_NAME</Name> <BackgrounColor>Gray</BackgrounColor> <PercentOpaque>50</PercentOpaque> <StayOnTop>True</StayOnTop> <Orientation>Horizontal</Orientation> </GeneralOptions> - <Group1> <GroupName_Lable>GPS/Mapping</GroupName_Lable> <Horizontal_Number_Rows>1</Horizontal_Number_Rows> <Verticle_Number_Columns>1</Verticle_Number_Columns> - <Button1> <ButtonLabel>OZI</ButtonLabel> <UnselectedButtonTextColor>FFFFFF</UnselectedButtonTextColor> …

Member Avatar for Ramy Mahrous
0
148
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 alc6379
0
100
Member Avatar for kobi

hello there! i have a problem how to write to a xml file using the xmlpath technology i have the following file books.xml <books> <A property="a"> <B>text</B> <C>textg</C> <D>99999</D> </A> </books> i need to add to the file it self nodes, for example the E & F nodes how can …

Member Avatar for Jugortha
0
91
Member Avatar for alanholbert

I want to be able to use a browser to access a servlet. The servlet will processes requests and as a result will query a database. I then want to return the results as an xml file to the browser which will be transformed using xsl. Can someone please let …

0
68
Member Avatar for sillyboy

Hey guys, I am writing a desktop app to interact with XML. It reads the XML fine using the DocumentBuilderFactory, but when I try to save any changed to the XML file (e.g. setNodeValue()) the changes do not save. As an example here is some code I tried, just to …

Member Avatar for sillyboy
0
98
Member Avatar for yemen2007

hi Dear Friend i an the new member. i have problem in the xml file. my idea for project write to xml file and read the xml file and display to many the textBox. could you help me.i want display each value to sprat textBox..i want only for the read

Member Avatar for yemen2007
0
191
Member Avatar for forumsharry

Hi Can anybody help me out to run wse messaging webcast application asap. Thanks harry

0
54
Member Avatar for dakkar

Hi, I've an HTML form (I generated it from a XML schema .xsd file) I'd like to know a good way to save the form input data (POST/GET don't matter) to an XML file (or fragment) that can be validated with the XML schema that I used to generate the …

Member Avatar for mavines
0
111
Member Avatar for kobi

How can I load an xml file and show it as a treeview control in my HTML page

Member Avatar for mavines
0
107
Member Avatar for elomis

Hey guys, new poster so if I am in the wrong spot please just let me know. The below code should read the weather off Yahoo, and create a dictionary containing a bunch of variables and their values from the weather (temp = 9 or whatever), it doesn't. How is …

0
66
Member Avatar for cfrannciscof1

Hi Guys I hope all is well. I designing a online magazine using pageflip2 (XML) and Flash 8. I am trying in incorporate a XML template onto one of the pages and I have placed the XML( template) and the SWF in the pageflip2\images folder. I am able to open …

Member Avatar for cfrannciscof1
0
96
Member Avatar for karthikcyano

Hi to All, I want to Export an Report to XML format from ASP. Herewith i also want to include the XSLT (i mean the stylesheet) also. Can anyone provide me the Sample code. Thanks in Advance, Karthik.

Member Avatar for zhk
0
85
Member Avatar for mariyana

I am having an xml file as follows: ######################## <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE form (View Source for full doctype...)> - <form name="Test_Form" xmlns="http://www.lotus.com/dxl" version="6.5" replicaid="652573B0001EDB3B" publicaccess="false" designerversion="6.5" noreplace="false" useapplet="false" treatashtml="false" default="false" private="false" readingorder="lefttoright" inherit="false" mailable="false" type="document" recalc="false" storeform="false" editonopen="false" anonymous="false" nofieldexchange="false" versions="none" manualversion="false" inheritdoc="none" contextpane="hide" conflictaction="createconflicts" noinitialfocus="false" nofocusonf6="false" signdocuments="false"> …

Member Avatar for bcm
0
115
Member Avatar for Roebuc

G'morning, afternoon, night wherever you are ;) I have been working on a website with Coffee Cup and godaddy. I created a form with Coffe Cup's form creator thinking it would be easier, and I am having problems loading it. The first time I tried, it told me I forgot …

Member Avatar for Roebuc
0
114
Member Avatar for bmantri

Hello DBAs, Do you have any idea about the XML file used in SP. I want to pass it as input parameter. Thanks, BMantri

0
51

The End.