Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » [TCS] Problem with serializer
[TCS] Problem with serializer [message #615777] Tue, 22 April 2008 22:21
Guillaume Hillairet is currently offline Guillaume HillairetFriend
Messages: 97
Registered: July 2009
Member
Hi all,

I'm trying to finalize a TCS project but i have some problems with the
serializer.
Here is a problematic extract of an input file:

PREFIX vcard: <http://www.w3.org/2001/vcard-rdf/3.0#>

which is defined like this in my TCS:

template PrefixDecl addToContext
: "PREFIX" name <no_space> ":" iref{as = uriSymbol}
;

an uriSymbol is defined like this:

primitiveTemplate uriSymbol for String default using IRI:
value = "%token%",
serializer="'<' + %value%.toCString() + '>'";

IRI
: '<'!
(
~('>')
)+
'>'!
%v3 (setText($text.substring(1, $text.length() - 1));}
;

In fact, the injection process goes well, but when trying an extraction i
obtain this:

PREFIX vcard: "http://www.w3.org/2001/vcard-rdf/3.0#"

It seems that the serializer from the uriSymbol primitiveTemplate is not
taken in account !
How can i resolve this ?

Thanks.
Previous Topic:[TCS] Problem with running TCS
Next Topic:Problem with serializer 2 [model to text]
Goto Forum:
  


Current Time: Fri Apr 26 10:07:56 GMT 2024

Powered by FUDForum. Page generated in 0.02909 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top