Re: [xsl] XML Update Client-Side tool (finding)

Subject: Re: [xsl] XML Update Client-Side tool (finding)
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Mon, 02 Apr 2001 07:22:06 -0700
I have been playing around with a wysiwig, client-side, browser-based
editing tool. It only works in IE5.5.  The thing that makes it work and
specific to IE5.5 is the contentEditable attribute of a SPAN or DIV. Check
out:

http://www.koberg.com/ed/test_ed.htm

On submit you will see the updated XML.  I am just passing it to an alert
for the test.  What you wsould need to do is use an ActiveX control to write
the string (entire XML) to a text file.  Or you could send put the XML into
a hidden field and submit it a servlet (or whatever). It currently works
with just elements and attributes.


----- Original Message -----
From: "Cristobal Galiano Fernandez" <c.galiano@xxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, April 02, 2001 6:04 AM
Subject: [xsl] XML Update Client-Side tool (finding)


> Hi every body!
>
> Knows anybody a  tool for a full update (elements:
> insert,update,delete,attributes:insert,update,delete). I kneed this tool
> for
> manage a generic XML file un a client browser. An applet or an
> XML/XSL,Javascript (on client!) fit. A plugin or XML/XSL,Javascript
> /VBscript
> on server, don't fit.
>
> Thanks in advance
>
> Cristobal Galiano Fdez
>
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread