<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3211.1700" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Allow a branch in a tree to be limitedly serialized 
according to a parameter</FONT></DIV>
<DIV><FONT face=Arial size=2>EX: in the following xml I want to navigate to the 
"group" level and get all the "publication" children who meet a certain criteria 
as one string:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;configuration 
name="content_status_changer"&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;publication_groups&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;group 
name="billboard" log_path="/content_status_change_logs" 
jsp_home="maintenance_billboard.jsp"&gt;<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;publication name="musician_magazine" 
display="Musician Magazine"/&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &lt;publication name="billboard" display="Billboard 
Magazine"/&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&lt;publication name="dinesh_music_review" display="Dinesh's Music 
Review"/&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&lt;publication name="cindys_chinese_recipies" display="Cindy's 
Recipies"/&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&lt;/group&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
&lt;/publication_groups&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face=Arial 
size=2>&lt;/configuration&gt;</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>I would get as a return the string</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;publication name="musician_magazine" 
display="Musician Magazine"/&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;publication name="billboard" display="Billboard 
Magazine"/&gt;<BR>&lt;publication name="dinesh_music_review" display="Dinesh's 
Music Review"/&gt;<BR>&lt;publication name="cindys_chinese_recipies" 
display="Cindy's Recipies"/&gt;</FONT></DIV></FONT></DIV></BODY></HTML>