[plt-scheme] XML parent element

From: Rainer Gross (rainer_gross at gmx.net)
Date: Wed Mar 14 21:45:01 EDT 2007

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




Posted on the users mailing list.