View | Details | Raw Unified | Return to bug 29194
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +29 lines)
Line  Link Here
0
-- jakarta-taglibs/xtags/xml/xtags.xml~        2004-03-12 05:14:13.000000000 +0100
0
++ jakarta-taglibs/xtags/xml/xtags.xml 2004-05-25 12:36:04.000000000 +0200
Lines 1286-1291 Link Here
1286
      ]]></code>
1286
      ]]></code>
1287
    </usage>
1287
    </usage>
1288
  </tag>
1288
  </tag>
1289
  
1290
  <tag>
1291
    <name>bindNamespace</name>
1292
    <tag-class>org.apache.taglibs.xtags.xpath.BindNamespaceTag</tag-class>
1293
    <body-content>JSP</body-content>
1294
    <description>Binds a prefix to a namespace URI to be use xpath expressions.</description>
1295
    <attribute>
1296
      <name>prefix</name>
1297
      <required>true</required>
1298
      <rtexprvalue>true</rtexprvalue>
1299
      <description>The prefix for the namespace</description>
1300
    </attribute>
1301
    <attribute>
1302
      <name>uri</name>
1303
      <required>true</required>
1304
      <rtexprvalue>true</rtexprvalue>
1305
      <description>The namespace's URI</description>
1306
    </attribute>
1307
    <script-variable>No</script-variable>
1308
    <restrictions></restrictions>
1309
    <example><usage>
1310
      <comment>
1311
      </comment>
1312
      <code>
1313
      <![CDATA[<xtags:bindNamespace prefix="foo" uri="http://foo.bar" />]]> 
1314
      </code>
1315
    </usage></example>
1316
  </tag>
1289
1317
1290
  </tagtoc>
1318
  </tagtoc>
1291
</taglib>
1319
</taglib>

Return to bug 29194