[Xswt-developer] XSWT and tree-based parser
Brought to you by:
dvorme
|
From: <ha...@id...> - 2006-07-04 16:21:18
|
Hi, I now have an experimental XSWT implementation, that is based the IMinimalParser interface proposed in a previous message. Instead of = directly using the pull parser, the pull parser is used to build a tree, which is then given to XSWT wrapped in an IMinimalParser implementation. The = tests run OK. The IMinimalParser implementation and pull parser-based tree builder is = a little less than 300 lines of code, while XSWT is a bit over 100 lines shorter, since the code for reading XML data is simplified. What is the best way to review the code? Hallvard Tr=E6tteberg (ha...@id..., http://www.idi.ntnu.no/~hal) Associate Professor, IS group, Dept. of Computer and Information = Sciences at the Norwegian Univ. of Science and Technology |