Hello,

I need my XML output to look like the following even if it isn't "valid".

                    <mchoice>
                                        <question>
                                                            Some data
                                        </question>
                                        <answer Correct="Yes">
                                                            Firewalking
                                        </answer>
                                        <answer Correct="No">
                                                            IDLE scanning
                                        </answer>
                                        <answer Correct="No">
                                                            Footprinting
                                        </answer>
                                        <answer Correct="No">
                                                            Enumeration
                                        </answer>
                                        <feedbackonincorrect>
                                                            Some data
                                        </feedbackonincorrect>
                    </mchoice>

I've tried to insert a newline in my marshal method of the custom converter 
that handles this object.  I can't seem to get the desired solution. Any advice 
is very appreciated.


Thank you and Happy New Year!



Reply via email to