[plt-scheme] XML parent element

From: Rainer Gross (rainer_gross at gmx.net)
Date: Wed Mar 14 22:19:24 EDT 2007

Yes i mean xml.ss :-(

what about the ssax implementation where can i find it? is it very  
different from xml.ss? I've a lot of code based on xml.ss at least a  
lot for me not having much time playing around with scheme.

A help desk search in DrScheme shows no result.

thanks

Rainer


On Mar 14, 2007, at 10:04 PM, Matthias Felleisen wrote:

> No, if you mean (lib "xml.ss" "xml").
>
> Yes, I believe, if you are using ssax. -- Matthias
>
>
> On Mar 14, 2007, at 9:45 PM, Rainer Gross wrote:
>
>> Hello,
>>
>> is there a way in the XML library to obtain the parent element of  
>> an element structure?
>>
>> e.g:
>>
>> <a><b><c/></b></c>
>>
>> (element-name el)
>> -> c
>>
>> (element-name (element-parent el))
>> -> b
>>
>> thanks for any hint.
>>
>> best regards
>>
>> Rainer
>>
>>
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.