moved page- urgent clarification needed

> From: Venkatasubramanian,Vikram [SMTP:VIKRAM@cerner.com]
> Sent: Monday, February 01, 1999 10:28 AM
> To:   'sally_khudairi@ctp.com'
> Subject:      moved page- urgent clarification needed.
> Importance:   High
> 
> According to the 16th Dec 1998 draft for XSL, the namespace for formatting
> objects is at http://www.w3.org/TR/WE-xsl/FO
> However, this site is not there on the W3C website. Pointing my browser to
> it returns a page not found error.
> Please do let me know where the page has been moved. 
> Thanks in advance.
> Vikram

I am not sure that this is actually a broken link:
If I read the paragraph just above the 'problem', it says that the XSL
stylesheet is an example only:

-------------
"
The following is an example of a simple XSL stylesheet that constructs a
result tree for a sequence of para elements...
...
<xsl:stylesheet
  xmlns:xsl="http://www.w3.org/TR/WD-xsl"
  xmlns:fo="http://www.w3.org/TR/WD-xsl/FO"
  result-ns="fo">
  <xsl:template match="/">
    <fo:basic-page-sequence font-family="serif">
       <xsl:apply-templates/>
    </fo:basic-page-sequence>
  </xsl:template>
  
  <xsl:template match="para">
    <fo:block font-size="10pt" space-before="12pt">
      <xsl:apply-templates/>
    </fo:block>
  </xsl:template>
</xsl:stylesheet>"
-------------
http://www.w3.org/TR/WD-xsl#AEN63

I don't think there ever was /TR/WD-xsl/FO, but I could be mistaken.

best regards,

 - Renaud

Received on Monday, 1 February 1999 18:29:52 UTC