Re: [xml] validating

Date view Thread view Subject view Author view

From: Stephane Conversy (Stephane.Conversy@lri.fr)
Date: Fri Oct 15 1999 - 12:02:46 EDT


ok, if I use
xmlDoValidityCheckingDefaultValue = 1;

for this document to be validated:

<?xml version="1.0"?>
<!DOCTYPE quasi_module SYSTEM "qm.dtd">

libxml need to load qm.dtd. The problem is that so far, qm.dtd
must be in the directory in which the app is launched.

How to say libxml that qm.dtd should be found in a place
that do not need to be in the xml doc. I want to avoid that:

<?xml version="1.0"?>
<!DOCTYPE quasi_module SYSTEM "/users/joe/dtds/qm.dtd">

    stef

--
Stéphane Conversy
http://www-ihm.lri.fr/~conversy/
mailto:conversy@lri.fr

---- Message from the list xml@rufus.w3.org Archived at : http://rufus.w3.org/veillard/XML/messages to unsubscribe: echo "unsubscribe xml" | mail majordomo@rufus.w3.org


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Aug 02 2000 - 12:29:49 EDT