diff options
Diffstat (limited to 'doc/org.eclipse.jet.doc/references/taglibs/controlTags/removeElementTag.html')
-rw-r--r-- | doc/org.eclipse.jet.doc/references/taglibs/controlTags/removeElementTag.html | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/doc/org.eclipse.jet.doc/references/taglibs/controlTags/removeElementTag.html b/doc/org.eclipse.jet.doc/references/taglibs/controlTags/removeElementTag.html deleted file mode 100644 index 735af0d..0000000 --- a/doc/org.eclipse.jet.doc/references/taglibs/controlTags/removeElementTag.html +++ /dev/null @@ -1,69 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<HTML> -<HEAD> -<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<META name="GENERATOR" content="IBM Software Development Platform"> -<link rel="STYLESHEET" href="../../../book.css" charset="ISO-8859-1" type="text/css"/> -<TITLE><c:removeElement> - Standard JET2 Control Tags</TITLE> -</HEAD> -<BODY> -<TABLE border="0" cellpadding="0" cellspacing="1" width="100%"> - <TBODY> - <TR> - <TH align="left"> - <P><c:removeElement></P></TH> - <TH align="right"><A href="overview.html">Standard JET2 Control Tags</A></TH> - </TR> - </TBODY> -</TABLE> -<HR> -<P><B>removeElement</B></P> -<P><P> Remove the selected node from the document tree.<P> </P> -<HR> -<TABLE border="1" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Tag Summary</TH></TR> - <TR> - <TD width="10%">required</TD> - <TD><SPAN style="font-family: monospace"> - <c:removeElement select="<I>value</I>"/><br> - </SPAN></TD> - </TR> - <TR> - <TD width="10%">full tag</TD> - <TD><SPAN style="font-family: monospace"> - <c:removeElement select="<I>value</I>"/><br> - </SPAN></TD> - </TR> - </TBODY> -</TABLE> -<HR> -<TABLE border="1" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Required Attributes</TH></TR> - <TR> - <TD width="10%">select</TD> - <TD><BR> An XPath expression determining the document to remove.<BR> </TD> - </TR> - </TBODY> -</TABLE> -<HR> -<TABLE border="1" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Example</TH></TR> - <TR> - <TD width="10%"></TD> - <TD><SPAN style="font-family: monospace"> -<!-- Begin removeElement example --> - <%-- Remove element a as a child of $root--%><BR> - <c:removeElement select="$root/a"/><br> -<!-- End removeElement example --> -</SPAN></TD> - </TR> - </TBODY> -</TABLE> -<P></P></BODY> -</HTML> |