D'oh! OK, my two test-files are working now (I am stupid):
$ diff test2.kid test.kid
3c3
< <html xmlns="http://www.w3c.org/1999/xhtml";
---
> <html xmlns="http://www.w3.org/1999/xhtml";

thanks to Adam and Martin for helping me and thanks to the guys who
developed diff ;-)

puh... but still not finished.
I've added
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";
        xmlns:py="http://purl.org/kid/ns#";>
and
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";
        xmlns:py="http://purl.org/kid/ns#";
        py:extend="master.kid">

to my two kid-files. The result is that I now get nice-looking
xhtml-code for my "master.kid" but the part that comes from the
"overview.kid" (the file that extends master.kid) is again <br></br>...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to