I'm pretty new to using WADL, but have been working on WADL app for work but
at the minute I can't see why the style-sheet is not working.

Code on WADL: 
<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="wadl2html.xslt"?>
<application xmlns="http://wadl.dev.java.net/2009/02";>
   <doc
title="com.btisystems.pronx.ems.resources.resourceapplicat...@68f4daba">REST
API for proNX PSM.</doc>
   <resources base="http://localhost:9998/";>
      <resource path="application.wadl">
         <method name="GET"/></resource>
      <resource>

wadl2html.xslt style-sheet code:

<xsl:stylesheet 
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
 xmlns:wadl="http://wadl.dev.java.net/2009/02";
 xmlns:xs="http://www.w3.org/2001/XMLSchema";
 xmlns:html="http://www.w3.org/1999/xhtml";
 xmlns:exsl="http://exslt.org/common";
 xmlns:ns="urn:namespace"
 extension-element-prefixes="exsl"
 xmlns="http://www.w3.org/1999/xhtml";
 exclude-result-prefixes="xsl wadl xs html ns"
>

Thanks for any help. 


-- 
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/wadl2html-xslt-tp5913835p5913835.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2697500

Reply via email to