[jQuery] Re: Submitting entire webpage for server-side XSLT parsing

2008-07-17 Thread Mdj
On Jul 17, 11:24 am, Mdj <[EMAIL PROTECTED]> wrote: > input fields are not updated if I just return $("body").html(). Is > there a general way to return the entire updated DOM? Nevermind, I just convert the input elements to text after edit. /Morten

[jQuery] Submitting entire webpage for server-side XSLT parsing

2008-07-17 Thread Mdj
Hi, I'm building a tool that is used to configure a build process. The website is based on a XML file that is transformed with XSLT into XHTML. The users can then edit the page by updating the DOM in different ways (input fields, new elements etc), when they are satisfied they should submit the e