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 1224 - Serialization: typo in example in 7.2
Summary: Serialization: typo in example in 7.2
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Serialization 1.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Windows XP
: P2 minor
Target Milestone: ---
Assignee: Scott Boag
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-06 21:53 UTC by Michael Kay
Modified: 2005-08-17 14:58 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2005-04-06 21:53:50 UTC
Serialization: typo in example in 7.2

The example 

<BODY bgcolor='&{{randomrbg}};'>

should read

<BODY bgcolor='&amp;{{randomrbg}};'>

Michael Kay