<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi,</FONT></DIV>
<DIV><FONT size=2 face=Arial>This is probably not an Oxygen issue, but a DocBook 
XSL issue.&nbsp; The Docbook stylesheets generate an fo:root element and page 
sequences only for certain elements, and those are listed in the error message. 
What is the root element of the document you are processing?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV>Bob Stayton<BR>Sagehill Enterprises<BR><A 
href="mailto:bobs@sagehill.net">bobs@sagehill.net</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=claudio.tubertini@gmail.com 
  href="mailto:claudio.tubertini@gmail.com">Claudio Tubertini</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=oXygen-user@oxygenxml.com 
  href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, June 04, 2011 8:15 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [oXygen-user] Additional XSLT 
  stylesheet in docbook transformation</DIV>
  <DIV><BR></DIV>Dear Sirs<BR>I'm trying to produce a PDF from a docbook xml 
  file. I need to use a customization layer but I keep receiving an error 
  message like this:<BR>[Saxon6.5.5] ERROR: Document root element for FO output 
  must be one of the following elements: appendix article bibliography book 
  chapter colophon dedication glossary index part preface qandaset refentry 
  reference sect1 section set setindex <BR>and<BR>SystemID: 
  /Users/Sandro/Documents/quaderni_storicamente/index.xml<BR>Engine name: 
  Saxon6.5.5<BR>Severity: error<BR>Description: Cannot apply cascading 
  transformation. Reason: Processing terminated by xsl:message at line 
  207<BR><BR>Here is the xsl <BR>&lt;?xml version='1.0'?&gt; 
  <BR>&lt;xsl:stylesheet&nbsp; <BR>&nbsp;&nbsp;&nbsp; xmlns:xsl="<A 
  href="http://www.w3.org/1999/XSL/Transform">http://www.w3.org/1999/XSL/Transform</A>" 
  <BR>&nbsp;&nbsp;&nbsp; xmlns:fo="<A 
  href="http://www.w3.org/1999/XSL/Format">http://www.w3.org/1999/XSL/Format</A>"<BR>&nbsp;&nbsp;&nbsp; 
  version="1.0"&gt; <BR>&nbsp;&nbsp;&nbsp; &lt;xsl:import 
  href="fo/docbook.xsl"/&gt; <BR>&nbsp;&nbsp;&nbsp; &lt;xsl:template 
  match="/book/chapter/para[@role = 
  'intro']"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block 
  border="0.5pt solid 
  blue"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  padding="3pt"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  xsl:use-attribute-sets="normal.para.spacing"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;xsl:apply-templates/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;/fo:block&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &lt;/xsl:template&gt;<BR>&lt;/xsl:stylesheet&gt;&nbsp; <BR><BR>Thank you in 
  advance<BR><BR>Claudio<BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>oXygen-user mailing 
  list<BR>oXygen-user@oxygenxml.com<BR>http://www.oxygenxml.com/mailman/listinfo/oxygen-user<BR></BLOCKQUOTE></BODY></HTML>