Hi Ok I see its a nice feature to be able to render literals wih templates, for example we could have templates for a mode "form" rendering literals as form fields.
What I don't quite understand is the template for xml literals, neither its function nor why thisis in clerezza.platform.content. Cheers, reto On Thu, Apr 15, 2010 at 5:35 PM, Manuel Innerhofer < [email protected]> wrote: > Hi, > > I think it is much more intuitive to treat literal types the same way as > rdf types when it comes to how to render them. Right now the only way a > typed literal is included in a ssp is through its string representation, > which has often not the desired format. > An example where this mechanism for rendering typed literals could be > handy is when rendering date literals. You could write an ssp that > renders the date to look like a digital or analog clock. > As you argued before in case of xml-literals it may be better to use a > mechanism that produces not as much over head as type rendering does. If > the type rendering of xml-literals significantly slows down the > platform, then I agree to use a rdf-scala-util instead, but otherwise Im > in favor of rendering them as well for esthetical reasons. > > > Is this template of use when using other rendering mechanism? > What other rendering mechanisms? A rendering mechanism besides type > rendering? > > Cheers, > Manuel > > On Thu, 2010-04-15 at 14:36 +0200, Reto Bachmann-Gmuer wrote: > > https://issues.apache.org/jira/browse/CLEREZZA-187 > > > > Hi Manuel > > > > I've seen there have already beens commit into trunk for CLEREZZA-187. > > Basically I think treating literal type the same way as resource types > > is interesting, it reminds the recent discussion started by Henry > > Story on the swig mailing list [1]. Howver its not exactly clear what > > the motivation for this issue is and how this new feature is planned > > to be used, currently you provide a ScalaServePage for xml-literals > > which does something I wonder if this shouldn't be done by rdf-scala > > utils. Is this template of use when using other rendering mechanism? > > > > Cheers, > > reto > > > > > > > > 1. http://lists.w3.org/Archives/Public/semantic-web/2010Feb/0174.html > > >
