WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Can I display XML entities in an RDF tree?

Can I display XML entities in an RDF tree?

by sebastian-50 :: Rate this Message:

| View in Thread

I have a multi-language application in which I want to feed an RDF
tree with language-agnostic data from a server. The data in question
here is the status of a resource, which can only have a limited number
of values, i.e. "new" or "canceled".
What I've tried so far unsuccessfully was to try to get the entity
identifiers into the tree or by placing them directly into the RDF-XML
(which invalidated the XML as the entities are defined in a DTD file
in the XUL application) or by constructing them through variable
substitution in tree's template like <treecell value="&?variable^;"/>
(which invalidated the XUL).

Is there any way I can make use of the localized entities I've defined
in the client application?
The last resort would be to use images.

Thanks,
-Sebastian
_______________________________________________
dev-tech-rdf mailing list
dev-tech-rdf@...
https://lists.mozilla.org/listinfo/dev-tech-rdf

 « Return to Thread: Can I display XML entities in an RDF tree?