This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- Copyright (C) 2011, EclipseSource and others All rights reserved. This | |
program and the accompanying materials are made available under the terms | |
of the Eclipse Public License v1.0 which accompanies this distribution, and | |
is available at http://www.eclipse.org/legal/epl-v10.html --> | |
<project | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | |
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<modelVersion>4.0.0</modelVersion> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class XmlExamples { | |
static def CAR_RECORDS = ''' | |
<records> | |
<car name='HSV Maloo' make='Holden' year='2006'> | |
<country>Australia</country> | |
<record type='speed'>Production Pickup Truck with speed of 271kph</record> | |
</car> | |
<car name='P50' make='Peel' year='1962'> | |
<country>Isle of Man</country> | |
<record type='size'>Smallest Street-Legal Car at 99cm wide and 59 kg in weight</record> |
NewerOlder