This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14200 - Provide a hook to serialize a Document
Summary: Provide a hook to serialize a Document
Status: CLOSED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM Parsing and Serialization (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ms2ger
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-18 19:05 UTC by Ms2ger
Modified: 2012-02-13 10:03 UTC (History)
3 users (show)

See Also:


Attachments

Comment 1 Ms2ger 2012-02-12 15:04:38 UTC
https://bitbucket.org/ms2ger/dom-parsing-and-serialization/changeset/7784f1287cc0

Anne, you could use

      <p><span data-anolis-spec=domps>Serialize</span> <var>data</var>, and
      let the <span>request entity body</span> be the result,
      <span data-anolis-spec=webidl title="convert a DOMString to a sequence of Unicode characters">converted to Unicode</span>
      and encoded as <var>encoding</var>. Re-throw any exception this
      throws.</p>