[Seaside] Hacking Nori

Giovanni Giorgi jj at objectsroot.com
Sat Sep 13 12:34:34 CEST 2003


Hi!
   I have Squeak 3,5 # 5180.
I have installd MCInstaller and Nori, but Nori fails to work.
The problem is inside the ZZTemplateParser:
on: aStream
	| driver parser |
	driver _ SAXDriver on: aStream.
	driver validation: true.
	parser _ self new driver: driver.
	^parser

It seems my SAXDriver do not understand the "valuidate"
message.
I have installed YAXO ad XML parser.
I have commented the "validate:" message send and it seems to work, but
it shows 'This text should not appear' in the ZZCounter....
What must I do to fix this problem?
I can 'avoid' validation for the meantime?
Thx!
-- 
    [   [  [ JJ ]  ]   ]  | IBM Servers mount Linux
                          | ...from the backward?
http://www.siforge.org



More information about the Seaside mailing list