Is there anyway to see the xml tags on the window as a output.
I have a page like this:
<metadata><br>
<idinfo><br>
<citation><br>
<citeinfo><br>
<origin>#q1.Originator_Names#</origin><br>
<pubdate>#q1.Publication_Date#</pubdate><br>
<title>#q1.Title#</title><br>
<edition>#q1.Edition#</edition><br>
<geoform>#q1.Presentation_Form#</geoform><br>
<lworkcit><br>
<citeinfo><br>
</metadata>
I would like to see the output on the window like
<origin>James</origin>
<pubdate>1998</pubdate>
Thanks for help
I have a page like this:
<metadata><br>
<idinfo><br>
<citation><br>
<citeinfo><br>
<origin>#q1.Originator_Names#</origin><br>
<pubdate>#q1.Publication_Date#</pubdate><br>
<title>#q1.Title#</title><br>
<edition>#q1.Edition#</edition><br>
<geoform>#q1.Presentation_Form#</geoform><br>
<lworkcit><br>
<citeinfo><br>
</metadata>
I would like to see the output on the window like
<origin>James</origin>
<pubdate>1998</pubdate>
Thanks for help