Well thats you problem, its not proper xml.

You have to actually cloas of all tags.
ie.
   <font-triplet name="gara" style="normal" weight="normal"/>
notice the "/" at the end of the line

On Thu, 19 Jul 2001 08:19:10 David Ryan wrote:
> Thanks for the suggestion.  I tried the -d option but it didn't give me
> much
> detail on why the error was occuring.  I tried commenting out most of the
> userconfig.xml and found that it succeeded.  Now I need to work out why
> it
> doesn't like my config file.  Is there anyway I can get more information
> from the config file parser?
> 
> <!DOCTYPE configuration SYSTEM "config.dtd">
> <configuration>
> <fonts>
>  <font metrics-file="gara.xml" kerning="yes" embed-file="gara.ttf">
>     <font-triplet name="gara" style="normal" weight="normal">
>  </font>
> </fonts>
> </configuration>
> 
> Can you see anything wrong with this?  Commenting out the <font> tag
> makes
> it read the file successfully.
> 
> Thanks,
> David.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to