[docs] docs - kwalsh modified ictags.sdf

docs@icdevgroup.org docs@icdevgroup.org
Tue Sep 3 21:31:01 2002


User:      kwalsh
Date:      2002-09-04 01:30:27 GMT
Modified:  .        ictags.sdf
Log:
	* Removed the incorrect "ASP-like Perl call" example from the
	  [bounce] page.

Revision  Changes    Path
1.100     +3 -12     docs/ictags.sdf


rev 1.100, prev_rev 1.99
Index: ictags.sdf
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/docs/ictags.sdf,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ictags.sdf	1 Sep 2002 15:13:56 -0000	1.99
+++ ictags.sdf	4 Sep 2002 01:30:25 -0000	1.100
@@ -1,10 +1,10 @@
 !init OPT_LOOK=3D"akopia"; OPT_STYLE=3D"manual"=20
-# $Id: ictags.sdf,v 1.99 2002/09/01 15:13:56 mheins Exp $
+# $Id: ictags.sdf,v 1.100 2002/09/04 01:30:25 kwalsh Exp $
=20
 !define DOC_NAME "Interchange Tags Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "ictags"
-!define DOC_VERSION substr('$Revision: 1.99 $', 11, -2)
+!define DOC_VERSION substr('$Revision: 1.100 $', 11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/ictags.html"
@@ -2674,17 +2674,8 @@
=20
 B<ASP-like Perl call:>
=20
-!block example; lang=3D"Perl"
-   $Tag->bounce(  { href =3D> VALUE_href
-                     if =3D> VALUE_if
-}, $body  );
-!endblock
-
-or similarly with positional parameters,
+None. This tag doesn't work with embedded Perl due to special processing.
=20
-!block example; lang=3D"Perl"
-    $Tag->bounce(href,if, $attribute_hash_reference, $body);
-!endblock
=20
 # END +++++++++++++++ bounce End Summary Tables ++++++++++++++++++++
=20