Gordon Gremme

Results 56 comments of Gordon Gremme

No comments, please go ahead with what you think is best.

After looking at it it seems that this functionality is actually missing. IMHO the best strategy would be to have everything in unescaped form internally. That is, unescape in the...

I see, that would require to extent the _GtTagValueMap_ and the _GtFeatureNode_ API. Right now the complete value (even for multi-value attributes) is returned and the escaping is not touched...

Is there an _actual_ problem which you are trying to solve? If not, I wouldn't bother with it. Let the person who has an actual problem deal with it. http://c2.com/cgi/wiki?YouArentGonnaNeedIt...

OK, then it makes total sense ;-) I thought about the problem today and I think the current design is just wrong and we have to change it. It is...

The tag value list I would extend like this: ``` /* Iterator function used to iterate over tag/value maps. A / pair and user are given as arguments. For tags...

OK, I take that into account and code something up.

This is more complicated to implement than I originally thought and I can't type that much right now (finger injury).

Thanks, should be fine again in a couple of days.

There is no specific reason and you guessed correctly. The current implementation is just a feature node visitor which traverses the features node DAGs and adds the necessary intermediate features....