Issue Details (XML | Word | Printable)

Key: JELLY-138
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Hans Gilde
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Jelly

character data flushed XMLOuput while XML data doesn't

Created: 11/Sep/04 08:33 PM   Updated: 27/Oct/04 05:43 PM
Return to search
Component/s: core / taglib.core
Affects Version/s: 1.0-beta-5
Fix Version/s: 1.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works jelly-138-tests.txt 2004-10-25 05:32 PM dion gillard 3 kB
Text File Licensed for inclusion in ASF works jelly-138.txt 2004-10-25 05:17 PM dion gillard 1 kB
Zip Archive Licensed for inclusion in ASF works xml-output-problem.zip 2004-09-11 08:35 PM Hans Gilde 2 kB

Resolution Date: 27/Oct/04 05:43 PM


 Description  « Hide
An XML tag that isn't mapped via a tag library is output to the XMLOutput. Similarly, non XML text is output to the XMLOutput.

It seems that the XMLOutput will be auto-flushed after the character data but not after the XML data.

The question is, should they both auto-flush or neither?



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Hans Gilde added a comment - 11/Sep/04 08:35 PM
example of problem

dion gillard added a comment - 25/Oct/04 05:17 PM
Patch for TagScript to fix the issue if we decide to go ahead with it.

dion gillard added a comment - 25/Oct/04 05:32 PM
Tests from the original problem file, updated to fit in Jelly source hierarchy

dion gillard added a comment - 27/Oct/04 05:43 PM
Committed patch