[plt-scheme] XML parent element

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Wed Mar 14 22:24:51 EDT 2007

http://okmij.org/ftp/Scheme/

What we need is a migration path from xml.ss to Oleg's stuff

-- Matthias




On Mar 14, 2007, at 10:19 PM, Rainer Gross wrote:

> 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
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.