Hi I have created a stylesheet using tables, and have recieved a strange error. java.lang.RuntimeException: Problem in getTransformer:Attribute name "fo:table" must be followed by the '=' character. java.lang.RuntimeException: Problem in getTransformer:Attribute name "fo:table" must be followed by the '=' character. at org.apache.cocoon.transformation.TraxTransformer.setConsumer(TraxTransformer.java:414) at org.apache.cocoon.components.pipeline.CachingEventPipeline.connectPipeline(CachingEventPipeline.java:370) at org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:215) at org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:344) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:3963) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1356) at org.apache.cocoon.sitemap.Handler.process(Handler.java:175) at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:94) at org.apache.cocoon.Cocoon.process(Cocoon.java:293) at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:471) at javax.servlet.http.HttpServlet.service(HttpServlet.java:83) at com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:82) at com.caucho.server.http.Invocation.service(Invocation.java:273) at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:128) at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:216) at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:158) at com.caucho.server.TcpConnection.run(TcpConnection.java:140) at java.lang.Thread.run(Thread.java:484) I tried changing my <fo:table> tag to <fo:table="table"> just to see what error I would get, and I recieved the following: java.lang.RuntimeException: Problem in getTransformer:Element type "fo:table" must be followed by either attribute specifications, ">" or "/>". java.lang.RuntimeException: Problem in getTransformer:Element type "fo:table" must be followed by either attribute specifications, ">" or "/>". at org.apache.cocoon.transformation.TraxTransformer.setConsumer(TraxTransformer.java:414) at org.apache.cocoon.components.pipeline.CachingEventPipeline.connectPipeline(CachingEventPipeline.java:370) at org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:215) at org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:344) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:3963) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1356) at org.apache.cocoon.sitemap.Handler.process(Handler.java:175) at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:94) at org.apache.cocoon.Cocoon.process(Cocoon.java:293) at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:471) at javax.servlet.http.HttpServlet.service(HttpServlet.java:83) at com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:82) at com.caucho.server.http.Invocation.service(Invocation.java:273) at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:128) at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:216) at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:158) at com.caucho.server.TcpConnection.run(TcpConnection.java:140) at java.lang.Thread.run(Thread.java:484) I am not sure what to make of this. Any help would be greatly appreciated. Thanks, Joy --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>