Skip to content

Extending Web Client

Martynas Jusevičius edited this page Sep 17, 2019 · 4 revisions

For a sample Hello World kind of application using Web-Client, check out sample blog app.

XSLT

  • xsl:import external.xsl

  • configure stylesheet location in web.xml:

      <init-param>
          <param-name>http://atomgraph.com/ns/client#stylesheet</param-name>
          <param-value>static/com/atomgraph/blog/xsl/layout-xhtml.xsl</param-value>
      </init-param>
    
Clone this wiki locally