Another proposal for XSL formatting objects can be found at http:// at www.w3.org/TR/NOTE-XSL-and-CSS (This proposal suggests the use of CSS to construct flow objects in the result tree.) This brings up the question of whether several formatting namespaces are allowed in the same document, and if so how is the result tree declared. For just one namespace i.e. the fo: namespace the result tree is declared thus: <xsl:stylesheet xmlns:xsl="http//www.w3.org/TR/WD-xsl" xmlns:fo="http//www.w3.org/TR/WD-xsl/FO" result-ns="fo"> Question 1. Are multiple formatting namespaces allowed? Question 2. If so is this how they would be represented? <xsl:stylesheet xmlns:xsl="http//www.w3.org/TR/WD-xsl" xmlns:fo="http//www.w3.org/TR/WD-xsl/FO" xmlns:css="http://www.w3.org/TR/NOTE-XSL-and-CSS" result-ns="fo" result-ns="css"> It strikes me that the result-ns could be modified to aloow for multiple name spaces. Frank Boumphrey XML and style sheet info at Http://www.hypermedic.com/style/index.htm Author: - Professional Style Sheets for HTML and XML http://www.wrox.comReceived on Monday, 14 September 1998 09:41:51 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:53:56 GMT