Kevin Menard wrote:
On Jul 22, 2005, at 3:02 PM, Chris Nelson wrote:

Don't know if someone already wrote something like
this, but in the process of upgrading Trails to TP4 I
wrote a stylesheet which upgrades jwc and page files
from TP3 to TP4.  It catches most of the obvious
stuff.


What's the easiest way to use this? The only time I've ever worked with XSL was in a custom tool.

Thanks,
Kevin

One example is to use Ant which has an XSLT-task:

<xslt
  in="tp3.page"
  out="tp4.page"
  style="stylesheet.xsl"
/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to