History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CASTOR-2264
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Werner Guttmann
Reporter: roy van der kuil
Votes: 0
Watchers: 0
Operations

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

mixed="1" should be the same as mixed="true"

Created: 17/Jan/08 01:43 AM   Updated: 14/Mar/08 06:41 AM
Component/s: XML code generator
Affects Version/s: 1.1.2.1
Fix Version/s: 1.2

Time Tracking:
Original Estimate: 25 minutes
Original Estimate - 25 minutes
Remaining Estimate: 10 minutes
Time Spent - 15 minutes Remaining Estimate - 10 minutes
Time Spent: 15 minutes
Time Spent - 15 minutes Remaining Estimate - 10 minutes

File Attachments: 1. File mixed.xsd (0.7 kb)
2. XML File not-working-mixed.xml (0.2 kb)
3. Text File patch.c2264.20080118.txt (5 kb)
4. XML File working-mixed.xml (0.2 kb)



 Description  « Hide
Mixed content is not recognized by castor if it is specified in the xsd by 'mixed="1"'. I have validated the xsd and xml files using Altova XML Spy and both mixed="1" and mixed="true" should allow mixed content in the element. Attached is a sample xsd and 2 samples files

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Werner Guttmann - 17/Jan/08 02:53 AM
Initial (and tested) patch for review. All CTF tests finish fine.