User offline. Last seen 2 years 29 weeks ago. Offline
Joined: 08/14/2008

I wonder if there is a 'general purpose' xslt that will display the results of the Doc Viewer on a web page?

Mark

Trackback URL for this post:

http://www.opencalais.com/trackback/5898

Login or Register to post a comment.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
User offline. Last seen 1 year 3 weeks ago. Offline
Joined: 12/31/1969

Hi Mark,
We will be able to publish as part of the next version an XSLT of our RDF.
Ofer

User offline. Last seen 26 weeks 6 days ago. Offline
Joined: 08/25/2008

Are you saying that the next release of Calais will include an XSLT that transforms an OpenCalais xml/rdf response into HTML that essentially displays like that of the CalaisViewer? And if so, any broad timeframes on that?

User offline. Last seen 1 year 3 weeks ago. Offline
Joined: 12/31/1969

It will be in a matter of weeks.
Ofer

User offline. Last seen 26 weeks 6 days ago. Offline
Joined: 08/25/2008

If the XSLT is still being finalized, is there a preview of it that could be released now?

User offline. Last seen 11 hours 51 min ago. Offline
Joined: 04/30/2008

John -
Adding the following as the first lines of OpenCalais RDF will show the RDF as HTML in any browser. This is the same view as our SemanticProxy HTML result.

You can grab the source as modify as desired. The lines:

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://www.semanticproxy.com/rdf.xslt"?>

Regards,

User offline. Last seen 26 weeks 6 days ago. Offline
Joined: 08/25/2008

The http://www.semanticproxy.com/rdf.xslt is a very helpful XSLT. Were you also going to be releasing an XSLT that displays results like the Calais Document Viewer? I think that is what the original poster and I were both inquiring about.