blob: c36ff74b324f7fb88ec198ab88de3137c625ebd5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
<!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">
<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>
<exists node="tag/attribute use='required'">
<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>
</exists>
<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 -->
<c:removeElement select="<I>value</I>"/><br>
<!-- End removeElement example -->
</SPAN></TD>
</TR>
</TBODY>
</TABLE>
<P></P></BODY>
</HTML>
|