This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

rdf 0.9 to rss 0.91 transformation



Hi,

I wrote a RDFtoRSS transformation that works in Stylus 2.0 but doesn't work
in Xalan 1.01. Do you have any suggestions ? (also if you have a better
solution for this transformation, let me know)

Result in Xalan and apparently others likes XT :
<?xml version="1.0" standalone="yes"?>
<rss/>

Source :
<?xml version="1.0" standalone="yes"?>
<rdf:RDF xmlns="http://my.netscape.com/rdf/simple/0.9/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">   <channel>
        <title>JavaWorld</title>   <link>http://www.javaworld.com</link>
            <description>Add JavaWorld to your My Netscape page! The
            JavaWorld channel lets you stay on top of the latest
            developer tips, tutorials, news, and resources offered by
        JavaWorld.</description>  </channel>   <image>
            <title>JavaWorld Logo</title>
        <url>http://www.javaworld.com/icons/jw-mynetscape.gif</url>
        <link>http://www.javaworld.com</link>  </image>   <item>
            <title>&quot;Streaming JavaWorld&quot; -- the streaming
            audio news and talk for Java project managers</title>
        <link>http://www.javaworld.com/common/jw-streaming.html?myns</link>
    </item>   <item>   <title>Streaming JavaWord: An audio program for
            Java project managers and programmers</title>
        <link>http://www.javaworld.com/common/jw-streaming.html?myns</link>
    </item>   <item>   <title>Programming Java Devices: An
        Overview</title>

<link>http://www.javaworld.com/jw-07-1999/jw-07-device.html?myns</link>
    </item>   <textinput>   <title>GO!</title>   <description>Search
        JavaWorld</description>   <name>col=jw&amp;qt</name>
        <link>http://search.javaworld.com/query.html</link>
    </textinput>  </rdf:RDF>

XSLT (attached)

TIA

Ed

rdf2rss.xsl


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]