[thelist] beginner XML ASP question

lon.kraemer lwkraemer at directvinternet.com
Mon Sep 30 21:48:01 CDT 2002


> Anyway, here's a very basic XML document I'm trying to load, test.xml
>
> <?xml version="1.0"?>
> <web_articles>
> <webObject>
> <IDNo>1</IDNo>
> <Title>How to code in XML</Title>
> <Subject>XML</Subject>
> <keywords>XML Code</keywords>
> <content>First you do this, and the you do that.</content>
> </web_object>
> <webObject>
> <IDNo>2</IDNo>
> <Title>Press Release 3</Title>
> <Subject>Press Release</Subject>
> <keywords>Press Release ActiveCorp</keywords>
> <content>We announced today the acquisition of ActiveCorp.
> Hooray!
> </content>
> </web_object>
> </webarticles>

For one thing, your open/close tags don't match?

<web_articles>
<webObject>
</web_object>
</webarticles>



More information about the thelist mailing list