-
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.
-
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.
>
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks