Example #1
0
        public void TwoTransparent()
        {
            Compare(TwoTransparentXmlFragments.Create1(), @"
				<t1 xmlns:sdf='http://www.byte-force.com/schemas/SDF'>
					<child1>3</child1>
					<sub1-1>1</sub1-1>
					<sub1-2>2</sub1-2>
					<sub2>3</sub2>
					<sub2>4</sub2>
					<sdf:child3>4</sdf:child3> 
				</t1>
			"            );
        }
Example #2
0
        public void SerializeTwoTransparent()
        {
            TwoTransparentXmlFragments o = TwoTransparentXmlFragments.Create1();

            SerializeAndCompare(o);
        }