DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Sean sean_martin Guest

    Can XML data be edited using XSL




    Hi,

    I have an XML sheet which i'm displaying using XSL, can i edit this XML sheet
    using my current XSL pages, or by using ASP??

    The XML is holding user information which has been loaded from an access
    database, I want to allow the user to edit their information via the web
    if they need to.

    Is this possible using XML, or does a front end need to be designed between
    the XML page and the user..

    I have read a few articles on three tier client/server models, is this what
    is needed??

    Thanks Sean.




  2. #2
    Lauren Lilly Guest

    Re: Can XML data be edited using XSL


    XSL simply forms the text. It can form it into an HTML page which can then
    be used to modify the data. However, you must have a process to accept the
    changes, update the XML in your document and then put it back into the database.

    You can use ASP to do all of this, but it will not be fast and will create
    complex code. This is why most people would write a COM object to manage
    the data, simplifying the ASP.

    "Sean" sean_martin wrote:
    >
    >
    >
    >Hi,
    >
    >I have an XML sheet which i'm displaying using XSL, can i edit this XML

    sheet
    >using my current XSL pages, or by using ASP??
    >
    >The XML is holding user information which has been loaded from an access
    >database, I want to allow the user to edit their information via the web
    >if they need to.
    >
    >Is this possible using XML, or does a front end need to be designed between
    >the XML page and the user..
    >
    >I have read a few articles on three tier client/server models, is this what
    >is needed??
    >
    >Thanks Sean.
    >
    >
    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links