Dynamic Xml writing(Javascript)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandrashekhar maral
    New Member
    • Apr 2007
    • 19

    Dynamic Xml writing(Javascript)

    hi all,
    N verymuch thankful for all the answers given by u all.thnks a lot.
    a new Q now
    [B]is it possible to add an node to Xml file dynamically.? if yes how?(in Javascript only)[/B]
    explanation::
    i have an xml file where i want to add some records but with dynamicaly
    so what to do ???
    thanx again for the earlier reolies thnx a lot.
    all the helpful answers r welcome....
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    See this link.

    Comment

    • chandrashekhar maral
      New Member
      • Apr 2007
      • 19

      #3
      thanks a lot,
      but the issue is ,it doesnt write into xml file physically its an logical one.

      Explanation::>
      when i run a program in which i m creating a node N writing nodes in to a xml file.
      but i didnt found the nodes added, which r created by the programme in real XML File....
      so what is the issue pls tell me.
      thnks a lot for response.

      Comment

      • chandrashekhar maral
        New Member
        • Apr 2007
        • 19

        #4
        So as to not confuse you. let me put it simply.
        I need a simple JavaScript which can create or allow me to edit a text or doc file.
        I intend to use it to insert text into .txt file or an .xml file. :)
        thanx

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          You can't do that with Javascript, but you could use JScript/vbscript/ActiveX, but that would only work in IE.

          Comment

          Working...