RE: documenting jsp tags

2002-09-24 Thread Galbreath, Mark

I didn't know that, Martin.  XSLT is way cool stuff!

Mark

-Original Message-
From: Martin Cooper [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 10:25 PM

This isn't quite what you're asking for, but the idea may help...

For Struts, we use an XML file (of our own devising) as the source for the
generation of both the TLDs and the HTML documentation. Two separate XSL
stylesheets are then used to generate the two different formats. This way,
we know that the documentation always matches the TLDs.

In the sources, you'll find the source XML files under doc/userGuide, and
the stylesheets under doc/stylesheets.

Hope this helps.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: documenting jsp tags

2002-09-23 Thread Martin Cooper

This isn't quite what you're asking for, but the idea may help...

For Struts, we use an XML file (of our own devising) as the source for the
generation of both the TLDs and the HTML documentation. Two separate XSL
stylesheets are then used to generate the two different formats. This way,
we know that the documentation always matches the TLDs.

In the sources, you'll find the source XML files under doc/userGuide, and
the stylesheets under doc/stylesheets.

Hope this helps.

--
Martin Cooper


> -Original Message-
> From: A Stephen [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 22, 2002 7:13 PM
> To: Struts Users Mailing List
> Subject: documenting jsp tags
> 
> 
> Greetings,
> Is there a javadoc like facility, that documents TLD's /jsp Tags ? 
> 
> Thank you,
> A Stephen.
> 
> 
> --
> To unsubscribe, e-mail:   
> 
> For additional commands, e-mail: 
> 
> 
> 



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: documenting jsp tags

2002-09-23 Thread Jenny

Anand, welcome back.

Jenny

- Original Message -
From: "Anand Belaguly" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 1:35 AM
Subject: RE: documenting jsp tags


> This may help for documenting JSP files.
>
> http://opensource.yourdecor.ca/jspdoc/
>
> Anand
>
> -Original Message-
> From: David Graham [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 22, 2002 10:22 PM
> To: [EMAIL PROTECTED]
> Subject: Re: documenting jsp tags
>
>
> JSP tags are java code that is documented with javadoc like everything
> else.
>   The only way to document tlds is to use xml comment lines but the
> tag's
> javadocs should let you know how to use the various attributes.
>
> Dave
>
>
> >From: "A Stephen" <[EMAIL PROTECTED]>
> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >Subject: documenting jsp tags
> >Date: Sun, 22 Sep 2002 19:13:14 -0700
> >
> >Greetings,
> >Is there a javadoc like facility, that documents TLD's /jsp Tags ?
> >
> >Thank you,
> >A Stephen.
> >
> >
> >--
> >To unsubscribe, e-mail:
> ><mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail:
> ><mailto:[EMAIL PROTECTED]>
>
>
>
>
> _
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

__ 
Post your ad for free now! http://personals.yahoo.ca

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




RE: documenting jsp tags

2002-09-23 Thread Galbreath, Mark

Which kind of defeats the purpose for documenting JSPs, doesn't it?

-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:42 AM

That is actually kind of neat.  It doesn't look for  (or 
other special [and non-special - JSTL]) tags though :-)

Anand Belaguly wrote:

>This may help for documenting JSP files.
>
>http://opensource.yourdecor.ca/jspdoc/
>
>Anand

-- 
Eddie Bush




--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: documenting jsp tags

2002-09-23 Thread Galbreath, Mark

I don't know of an XML documenting app like JavaDoc, but it would be fairly
trivial to write one (it's just a parser that outputs HTML-formatted text
based on symbols and keywords).  JSP tags are just Java classes that can
include the JavaDoc convention for documentation.

Mark

-Original Message-
From: A Stephen [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 22, 2002 10:13 PM

Is there a javadoc like facility, that documents TLD's /jsp Tags ? 

Thank you,
A Stephen

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: documenting jsp tags

2002-09-22 Thread Eddie Bush

That is actually kind of neat.  It doesn't look for  (or 
other special [and non-special - JSTL]) tags though :-)

Anand Belaguly wrote:

>This may help for documenting JSP files.
>
>http://opensource.yourdecor.ca/jspdoc/
>
>Anand
>

-- 
Eddie Bush




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: documenting jsp tags

2002-09-22 Thread Anand Belaguly

This may help for documenting JSP files.

http://opensource.yourdecor.ca/jspdoc/

Anand

-Original Message-
From: David Graham [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, September 22, 2002 10:22 PM
To: [EMAIL PROTECTED]
Subject: Re: documenting jsp tags


JSP tags are java code that is documented with javadoc like everything
else. 
  The only way to document tlds is to use xml comment lines but the
tag's 
javadocs should let you know how to use the various attributes.

Dave


>From: "A Stephen" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Subject: documenting jsp tags
>Date: Sun, 22 Sep 2002 19:13:14 -0700
>
>Greetings,
>Is there a javadoc like facility, that documents TLD's /jsp Tags ?
>
>Thank you,
>A Stephen.
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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




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




Re: documenting jsp tags

2002-09-22 Thread David Graham

JSP tags are java code that is documented with javadoc like everything else. 
  The only way to document tlds is to use xml comment lines but the tag's 
javadocs should let you know how to use the various attributes.

Dave


>From: "A Stephen" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Subject: documenting jsp tags
>Date: Sun, 22 Sep 2002 19:13:14 -0700
>
>Greetings,
>Is there a javadoc like facility, that documents TLD's /jsp Tags ?
>
>Thank you,
>A Stephen.
>
>
>--
>To unsubscribe, e-mail:   
>
>For additional commands, e-mail: 
>




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   
For additional commands, e-mail: