Dynamic addition of new nodes/attrubute

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

    Dynamic addition of new nodes/attrubute

    hi all thnks for my earlier responses......
    my Q is>>>
    can we r able to write the xml file dynamicly in JAVASCRIPT....?
    if yes how?
    also how to add an xml nodes N values of them in xml file but in the Dynamicly
    pls give me reply im just waiting for ur reply guys....
    thanks again
    byeeeeee
  • dorinbogdan
    Recognized Expert Contributor
    • Feb 2007
    • 839

    #2
    See this link, and check also the left panel for related chapters.

    Comment

    • chandrashekhar maral
      New Member
      • Apr 2007
      • 19

      #3
      thanks a lot,
      but i think what ur suggesting is totally logical Xml writing N i want Physical xml writing.As i want to write Xml on my Local system is it possible????
      even if it is possible by any way pls let me know then .
      Thanks a lot.

      Comment

      • dorinbogdan
        Recognized Expert Contributor
        • Feb 2007
        • 839

        #4
        You must use ActiveX if want to write the XML string to disk as a text file.
        On client-side it is allowed only in IExplorer (see CreateTextFile of Scripting.FileS ystemObject), but Firefox doesn't support ActiveX.

        For more Javascript help please post on Javascript forum.

        Thanks,
        Dorin.

        Comment

        Working...