Converting SEAM to XHTML
A .SEAM file and a .XHTML file hold different kinds of data, so there is no direct way to turn one into the other.
A full step-by-step guide for this conversion is on the way; the information above is drawn straight from our database.
About these formats
A .seam address is a URL handled by a Java web application built on the JBoss Seam framework. The server maps the request to a page and returns ordinary HTML to your browser. There is…
Open .SEAM details →An XHTML file is a web page written in XHTML - HTML expressed using strict XML syntax (lowercase tags, every tag closed, all attributes quoted). Double-click it to view in any browser…
Open .XHTML details →