Click here to Skip to main content
15,891,850 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionhelp with SOAP Pin
roba alchab12-Oct-09 23:23
roba alchab12-Oct-09 23:23 
AnswerRe: help with SOAP Pin
Richard MacCutchan13-Oct-09 0:42
mveRichard MacCutchan13-Oct-09 0:42 
Questionhow to pass the xml textbox value to php variable Pin
jaraldumary11-Oct-09 23:54
jaraldumary11-Oct-09 23:54 
Questiongaming proiject with XML Pin
msusmitha9-Oct-09 0:49
msusmitha9-Oct-09 0:49 
AnswerRe: gaming proiject with XML Pin
Richard MacCutchan9-Oct-09 1:22
mveRichard MacCutchan9-Oct-09 1:22 
AnswerRe: gaming proiject with XML Pin
Christian Graus22-Oct-09 18:31
protectorChristian Graus22-Oct-09 18:31 
QuestionHow to implement tokenize in XSLT Pin
sito428-Oct-09 21:08
sito428-Oct-09 21:08 
QuestionGetting Values [modified] Pin
sriharsha_127-Oct-09 18:20
sriharsha_127-Oct-09 18:20 
Hi all...i'm new to xml...i'm displaying values from xml file to html using the below code...

HTML FILE

      <form id="form1" runat="server">
            <div>
                  <asp:TreeView ID="TreeView1" runat="server" DataSourceID="XmlDataSource1">
                        <DataBindings>
                              <asp:TreeNodeBinding DataMember="Product" ValueField="ID" TextField="Name"></asp:TreeNodeBinding>
                              <asp:TreeNodeBinding DataMember="Desc" ValueField="Value" TextField="Value"></asp:TreeNodeBinding>
                        </DataBindings>
                  </asp:TreeView>
                  <asp:XmlDataSource ID="XmlDataSource1" runat="server" DataFile="~/XML/XmlFile_1.xml">
                  </asp:XmlDataSource>
            </div>
      </form>


XML FILE:
<?xml version="1.0" encoding="utf-8" ?>
<!-- This file represents a fragment of Product 
         store inventory database -->
<Products>
   <Product ID="1" Name="a" Price="5">
      <Desc Value="5 boxes x 50 Bags"/>
   </Product>
   <Product ID="2" Name="b" Price="10">
      <Desc Value="24oz bottles"/>
   </Product>
   <Product ID="3" Name="c" Price="15">
      <Desc Value="40 kg pkgs"/>
   </Product>
</Products>


Now i wanna use a text box in HTML and i need to store them in XML....how can i do that....

modified on Friday, October 9, 2009 11:39 PM

AnswerRe: Getting Values Pin
Richard MacCutchan9-Oct-09 4:35
mveRichard MacCutchan9-Oct-09 4:35 
AnswerRe: Getting Values Pin
sriharsha_129-Oct-09 17:42
sriharsha_129-Oct-09 17:42 
QuestionDelete InnerText with its node. [modified] Pin
eawedat6-Oct-09 9:43
eawedat6-Oct-09 9:43 
AnswerRe: Delete InnerText with its node. Pin
Nisha Agrawal6-Oct-09 19:46
Nisha Agrawal6-Oct-09 19:46 
GeneralRe: Delete InnerText with its node. Pin
eawedat6-Oct-09 22:30
eawedat6-Oct-09 22:30 
GeneralRe: Delete InnerText with its node. Pin
eawedat6-Oct-09 22:53
eawedat6-Oct-09 22:53 
AnswerRe: Delete InnerText with its node. Pin
Nisha Agrawal7-Oct-09 0:10
Nisha Agrawal7-Oct-09 0:10 
GeneralRe: Delete InnerText with its node. Pin
eawedat7-Oct-09 0:40
eawedat7-Oct-09 0:40 
QuestionHow to apply wild cards on Attribute Value? Pin
vhassan4-Oct-09 19:44
vhassan4-Oct-09 19:44 
AnswerRe: How to apply wild cards on Attribute Value? Pin
Stuart Dootson5-Oct-09 22:21
professionalStuart Dootson5-Oct-09 22:21 
QuestionCompletly stuck.... With XML Sorting Pin
Axiom70m4-Oct-09 1:25
Axiom70m4-Oct-09 1:25 
AnswerRe: Completly stuck.... With XML Sorting Pin
Christian Graus4-Oct-09 11:23
protectorChristian Graus4-Oct-09 11:23 
QuestionHow do i auto generate Create, insert, update and delete command from Xml file Pin
femyJames28-Sep-09 2:38
femyJames28-Sep-09 2:38 
AnswerRe: How do i auto generate Create, insert, update and delete command from Xml file Pin
Richard MacCutchan28-Sep-09 3:49
mveRichard MacCutchan28-Sep-09 3:49 
AnswerRe: How do i auto generate Create, insert, update and delete command from Xml file Pin
Christian Graus3-Oct-09 11:57
protectorChristian Graus3-Oct-09 11:57 
QuestionXML Column in SQL Server 2005 Pin
Kartik Kumar28-Sep-09 0:00
Kartik Kumar28-Sep-09 0:00 
AnswerRe: XML Column in SQL Server 2005 [modified] Pin
Nisha Agrawal28-Sep-09 0:44
Nisha Agrawal28-Sep-09 0:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.