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 2699 - [XSLT] typo xs:import-schema
Summary: [XSLT] typo xs:import-schema
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 2.0 (show other bugs)
Version: Candidate Recommendation
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-11 18:50 UTC by Joanne Tong
Modified: 2006-02-02 19:38 UTC (History)
0 users

See Also:


Attachments

Description Joanne Tong 2006-01-11 18:50:56 UTC
There are two instances of xs:import-schema in section 3.14 (Importing Schema 
Components).

"... using an xs:schema element as a child of the xs:import-schema element ..."

"<xsl:import-schema>
  <xs:schema targetNamespace="http://localhost/ns/yes-no">
      ...
  </xs:schema>
</xs:import-schema>"
Comment 1 Michael Kay 2006-01-11 20:06:41 UTC
Thanks, I have fixed this.