We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For a sample Hello World kind of application using Web-Client, check out sample blog app.
Hello World
xsl:import external.xsl
xsl:import
configure stylesheet location in web.xml:
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>