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

Subject: RE: [xsl] XML Update Client-Side tool (finding)
From: "Pan, Jenny" <Jenny.Pan@xxxxxxxxxxxxx>
Date: Mon, 2 Apr 2001 10:06:03 -0500
Cool... This is something we are looking for..
Can you share a bit more?  

-----Original Message-----
From: Robert Koberg [mailto:rob@xxxxxxxxxx]
Sent: Monday, April 02, 2001 10:22 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] XML Update Client-Side tool (finding)


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

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


Current Thread