<?xml version="1.0" encoding="iso-8859-1"?>
<Transform xmlns="http://schemas.opengis.net/wcts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" version="0.1.0">
  <SourceCRS>
    <crsID>
      <gml:code>4267</gml:code>
      <gml:codeSpace>EPSG</gml:codeSpace>
    </crsID>
  </SourceCRS>
  <TargetCRS>
    <crsID>
      <gml:code>4269</gml:code>
      <gml:codeSpace>EPSG</gml:codeSpace>
    </crsID>
  </TargetCRS>
  <CoordinateOperationID>
    <gml:code>1241</gml:code> 
    <gml:codeSpace>EPSG</gml:codeSpace> 
    <gml:version>6.2.2</gml:version> 
  </CoordinateOperationID>
  <Data>
    <gml:featureCollection xmlns:gml="http://www.opengis.net/gml">
      <gml:featureMember>
        <StreetInt fid="0">
          <gml:geometryProperty>
            <gml:Point>
              <gml:coordinates>-123.0,49.75</gml:coordinates>
            </gml:Point>
          </gml:geometryProperty>
        </StreetInt>
      </gml:featureMember>
    </gml:featureCollection>
  </Data>
</Transform>
