Click here to Skip to main content
15,919,358 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: C# Append XML File Pin
Christian Graus23-Oct-09 10:35
protectorChristian Graus23-Oct-09 10:35 
GeneralRe: C# Append XML File Pin
Wheels01226-Oct-09 1:24
Wheels01226-Oct-09 1:24 
QuestionIs it possible to call a comand line program from within an Xml File Preprocessor Pin
ONeil Tomlinson23-Oct-09 1:09
ONeil Tomlinson23-Oct-09 1:09 
AnswerRe: Is it possible to call a comand line program from within an Xml File Preprocessor Pin
Christian Graus23-Oct-09 10:44
protectorChristian Graus23-Oct-09 10:44 
QuestionXSL group [modified] Pin
Clas Andersson22-Oct-09 21:26
Clas Andersson22-Oct-09 21:26 
AnswerRe: XSL group Pin
tassilo10-Nov-09 23:02
tassilo10-Nov-09 23:02 
Questionhow to write to xml file! [modified] Pin
live4u19-Oct-09 2:04
live4u19-Oct-09 2:04 
AnswerRe: how to write to xml file! Pin
Christian Graus22-Oct-09 18:30
protectorChristian Graus22-Oct-09 18:30 
QuestionXML-RPC VERSUS JSON-RPC Pin
cyrossis17-Oct-09 2:16
cyrossis17-Oct-09 2:16 
QuestionXML to link to Image location - Word 07 [modified] Pin
Jerry Squires16-Oct-09 2:22
Jerry Squires16-Oct-09 2:22 
QuestionPROBLEM WITH HYPHEN (-) IN XML ELEMENT NODE Pin
dsaikrishna14-Oct-09 21:24
dsaikrishna14-Oct-09 21:24 
AnswerRe: PROBLEM WITH HYPHEN (-) IN XML ELEMENT NODE Pin
Stuart Dootson14-Oct-09 21:32
professionalStuart Dootson14-Oct-09 21:32 
GeneralRe: PROBLEM WITH HYPHEN (-) IN XML ELEMENT NODE Pin
dsaikrishna15-Oct-09 0:02
dsaikrishna15-Oct-09 0:02 
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 

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.