Subject: Re: Document() question
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 19 Sep 2007 11:47:11 -0400
|
Hi,
At 09:33 PM 9/18/2007, you wrote:
Suppose I have the following in test.xml:
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<refurl="/a/b/c/index.xml"/>
If test.xml really looks like that, it won't parse.
Until that problem is fixed, other possible solutions will be red herrings.
Either you mean <refurl>/a/b/c/index.xml</refurl>, or <item
refurl="/a/b/c/index.xml"/>, or something else. Your path would
assume the latter.
Cheers,
Wendell
======================================================================
Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
|