如何使用TouchXML解析opengis xls?

发布于 2024-10-22 21:01:38 字数 1916 浏览 2 评论 0原文

我想解析 osm 生成的 xml 文件。它已经得到opengis xls的结构。 我真的不知道如何用 TouchXML 解析它。希望你们能在这方面帮助我…… 下面是一些示例 xml 代码:

<?xml version="1.0" encoding="UTF-8"?>
<xls:XLS xmlns:xls="http://www.opengis.net/xls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" version="1.1" xsi:schemaLocation="http://www.opengis.net/xls http://schemas.opengis.net/ols/1.1.0/RouteService.xsd">
  <xls:ResponseHeader xsi:type="xls:ResponseHeaderType"/>
  <xls:Response xsi:type="xls:ResponseType" requestID="123456789" version="1.1" numberOfResponses="1">
    <xls:DetermineRouteResponse xsi:type="xls:DetermineRouteResponseType">
      <xls:RouteSummary>
        <xls:TotalTime>PT4M16S</xls:TotalTime>
        <xls:TotalDistance uom="KM" value="3.5"/>
        <xls:BoundingBox srsName="EPSG:4326">
          <gml:pos>7.0265595 50.7202776</gml:pos>
          <gml:pos>7.0430713 50.7270132</gml:pos>
        </xls:BoundingBox>
      </xls:RouteSummary>
      <xls:RouteGeometry>
        <gml:LineString srsName="EPSG:4326">
          <gml:pos>7.040837 50.723612</gml:pos>
          <gml:pos>7.040840269701068 50.723621917924525</gml:pos>
          <gml:pos>7.0408837 50.7236076</gml:pos>
          <gml:pos>7.0405096 50.7232419</gml:pos>
          <gml:pos>7.0403821 50.7231206</gml:pos>
          <gml:pos>7.0403179 50.7230401</gml:pos>
          <gml:pos>7.0402018 50.7228842</gml:pos>
          <gml:pos>7.0401206 50.7227684</gml:pos>
          <gml:pos>7.0398895 50.7224384</gml:pos>
          <gml:pos>7.0396993 50.722163</gml:pos>
          <gml:pos>7.0395933 50.7220102</gml:pos>
          <gml:pos>7.0393839 50.721871</gml:pos>

I'd like to parse a osm generated xml file. It has got the structure of opengis xls.
I really don't know how to parse that with TouchXML. Hope you guys can help me on that…
Here's some sample xml code:

<?xml version="1.0" encoding="UTF-8"?>
<xls:XLS xmlns:xls="http://www.opengis.net/xls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" version="1.1" xsi:schemaLocation="http://www.opengis.net/xls http://schemas.opengis.net/ols/1.1.0/RouteService.xsd">
  <xls:ResponseHeader xsi:type="xls:ResponseHeaderType"/>
  <xls:Response xsi:type="xls:ResponseType" requestID="123456789" version="1.1" numberOfResponses="1">
    <xls:DetermineRouteResponse xsi:type="xls:DetermineRouteResponseType">
      <xls:RouteSummary>
        <xls:TotalTime>PT4M16S</xls:TotalTime>
        <xls:TotalDistance uom="KM" value="3.5"/>
        <xls:BoundingBox srsName="EPSG:4326">
          <gml:pos>7.0265595 50.7202776</gml:pos>
          <gml:pos>7.0430713 50.7270132</gml:pos>
        </xls:BoundingBox>
      </xls:RouteSummary>
      <xls:RouteGeometry>
        <gml:LineString srsName="EPSG:4326">
          <gml:pos>7.040837 50.723612</gml:pos>
          <gml:pos>7.040840269701068 50.723621917924525</gml:pos>
          <gml:pos>7.0408837 50.7236076</gml:pos>
          <gml:pos>7.0405096 50.7232419</gml:pos>
          <gml:pos>7.0403821 50.7231206</gml:pos>
          <gml:pos>7.0403179 50.7230401</gml:pos>
          <gml:pos>7.0402018 50.7228842</gml:pos>
          <gml:pos>7.0401206 50.7227684</gml:pos>
          <gml:pos>7.0398895 50.7224384</gml:pos>
          <gml:pos>7.0396993 50.722163</gml:pos>
          <gml:pos>7.0395933 50.7220102</gml:pos>
          <gml:pos>7.0393839 50.721871</gml:pos>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文