From: David <da...@df...> - 2004-04-30 16:10:46
|
Hello, I create a new branch (david_refactor_tagparsing) yesterday and refactored the tag parsing a little bit. The basic idea was not only to handle the generation of the smarty tags by FormsessTag and the extending classes but also the parsing of the <fs: > xml tags. That means that stuff like the tag attributes, whether the tag is an opening, closing or inline closing tag, the name of the tag and so is stored in the FormsessTag class instead of the FormsessFilter class now. There are some smaller issues with the line numbers and tagnames when an error is triggered but basicly it's working. What do you think about my changes? (i have to think about it myself but my head is almost bursting by now..) - david |