Hi all together! I got the following problem:
Entering my site you get a session-id (if cookies are disabled). So I append the sessionid at the urls in the document using the encodeURL-transformer. To fix the problem with appended session-ids on links pointing to forign sites (i.e. microsoft.com), I used the following workaround: Every link which should not get a sessionid appended has the form: <xa linkto="foo">bar</xa> I wrote a transformer converting these links to working <a> elements and I use this transformer after the encodeURL transformer. All this is working so far. Now, I need a new "feature" in my site that enables the users to create own contexts. They can write html, but they don't know anything about xa-s. Now I'm searching for a solution. Maybe a way to distinguish external and internal links or maybe something very new without <xa>-Elements Does anyone have an idea? Thanks Freddy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
