logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: RE: Proposed changes to Chiba output attribute extensions to bring them: msg#00018

Subject: Re: RE: Proposed changes to Chiba output attribute extensions to bring them into line with W3C recommendations and drafts
Leigh,

thanks for the sample - very much appreciated.

Joern
Klotz, Leigh wrote:
Here is a sample document using xf:output/@mediatype and
xf:output/@xlink:type.
(I mean no endorsement of the web sites used below.)

<?xml version="1.0"?>

<html xmlns="http://www.w3.org/1999/xhtml";
xmlns:xf="http://www.w3.org/2002/xforms";
xmlns:xlink="http://www.w3.org/1999/xlink";>
  <head>
    <title>Sports</title>
    <xf:model>
      <xf:instance>
        <data xmlns="">
          <sports>
            <sport>
              <name>Bowling</name>
<icon>http://www.originalicons.com/images/icons/Sports/Bowling/110080306
7_1837043835.gif</icon>
              <homepage>http://www.bowling.com</homepage>
            </sport>
            <sport>
              <name>Tennis</name>
<icon>http://www.originalicons.com/images/icons/Sports/Tennis/1098146760
_1425222822.gif</icon>
              <homepage>http://www.tennis.com</homepage>
            </sport>
          </sports>
        </data>
      </xf:instance>
    </xf:model>
  </head>

  <body>
    <h1>Sports</h1>
    <xf:group>
      <xf:repeat nodeset="sports/sport">
        <xf:output ref="icon" mediatype="image/*">
          <xf:label>
            <xf:output ref="../homepage" xlink:type="simple">
              <xf:label><xf:output ref="../name"/></xf:label>
            </xf:output>
          </xf:label>
        </xf:output>
      </xf:repeat>
    </xf:group>
  </body>
</html>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=k&kid3432&bid#0486&dat1642
_______________________________________________
Chiba-developer mailing list
Chiba-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/chiba-developer




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>