Andreas,
I just noticed that you made this change yesterday. Sorry about the
hasty commit, should have asked first.
We could use context:// instead of fallback:// to get the homepage
schema to work.
Using the fallback adds the benefit of allowing one to tweak publication
specific schemas, instead of only being able to use the core schema. I
guess that this is currently broken due to the fallback/cache problem.
--Doug
[EMAIL PROTECTED] wrote:
Author: chestnut
Date: Wed Jan 25 08:23:23 2006
New Revision: 372258
URL: http://svn.apache.org/viewcvs?rev=372258&view=rev
Log:
relative include is broken when xhtml.rng is included in other .rng schemas
(try to edit and save the homepage)
Modified:
lenya/trunk/src/modules/xhtml/resources/schemas/xhtml.rng
Modified: lenya/trunk/src/modules/xhtml/resources/schemas/xhtml.rng
URL:
http://svn.apache.org/viewcvs/lenya/trunk/src/modules/xhtml/resources/schemas/xhtml.rng?rev=372258&r1=372257&r2=372258&view=diff
==============================================================================
--- lenya/trunk/src/modules/xhtml/resources/schemas/xhtml.rng (original)
+++ lenya/trunk/src/modules/xhtml/resources/schemas/xhtml.rng Wed Jan 25
08:23:23 2006
@@ -37,7 +37,7 @@
<include href="fallback://lenya/resources/schemas/lenya.rng"/>
<!-- include original XHTML transitional schema -->
-<include href="xhtml/xhtml-basic.rng">
+<include
href="fallback://lenya/modules/xhtml/resources/schemas/xhtml/xhtml-basic.rng">
<define name="html">
<element name="html">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]