스타일 시트, 자바스크립트로 xml 값과 데이타 변환을 적용시키자.
간단한 xslt 로 처리를 하였다.
주석을 달아 놓았으니 참고가 될것이다.
stylesheet 내용은 아래와 같아
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 |
<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl" xmlns:js="javascript:code"> <xsl:output method="html" indent="yes" omit-xml-declaration="yes"/> <msxsl:script implements-prefix="js" language="javascript"> <![CDATA[ // 자바 스크립트 구현 //ADT CHD INF 개수 및 한글화 함수 function PassengerType(strText) { var sText = strText; var varArray = sText.split('/'); var iADT=0; var iCHD=0; var iINF=0; var retText =""; for ( var i in varArray ) { switch(varArray[i]) { case "ADT": iADT = iADT + 1; break; case "CHD": iCHD = iCHD + 1; break; case "INF": iINF = iINF + 1; break; } } if(iADT>0) { retText = "성인 " + iADT + "명";} if(iCHD>0) { retText = retText + " 아동 " + iCHD + "명";} if(iINF>0) { retText = retText + " 유아 " + iINF + "명";} return retText } //시간 2020-03-26T21:25:00.000+09:00 => 21:25 function SimpleTime(strText) { var sText = "미정"; if(String(strText).length>19) { sText = strText.substring(11,16); } return sText; } //Time replace P0DT4H5M0S => 4시간0분 function TimeReplace(strText) { var sText ="미정"; sText = strText.replace("P1DT","1일 "); sText = sText.replace("P0DT",""); sText = sText.replace("H","시간"); sText = sText.replace("M0S","분"); return sText; } //경유 1노선->공백, 2노선->1회 경유 function NonDirectCount(strText) { var sText ="미정" if(strText<2){ sText ="직항"; } else { sText = strText - 1; sText = sText + "회 경유"; } return sText; } ]]> </msxsl:script> <xsl:template match="/"> <meta http-equiv="X-UA-Compatible" content="IE=Edge;" /><!-- 나중에 삭제 --> <link rel="stylesheet" href="https://tour.interpark.com/global/css/air_search.css?ver=20200305140"/> <div id="air_search" class="air-sub"> <!-- body --> <!-- 컨텐츠 영역 --> <div id="dBody"> <div class="booking-wrapper"> <div class="booking-section-top"> <div class="search-result-wrap"> <table class="enter-sel-table"><caption> </caption> <tbody> <tr class="around-schedule"> <td class="type2"> <div class="around-start"><strong>인천 <span class="ct-code">(ICN)</span></strong> <div class="date"><button class="prev" type="button"><span class="date-txt">이전날짜</span></button> 2020.03.26(목) <button class="next" type="button"><span class="date-txt">다음날짜</span></button></div> </div> <div class="around-data"><span class="data">성인1명 / 일반석 / 왕복</span><span class="around-icon oneway">에서</span><button class="btn-default other-btn" type="button">다른일정 검색</button></div> <div class="around-arrive"><strong>홍콩 <span class="ct-code">(HKG)</span></strong> <div class="date"><button class="prev" type="button"><span class="date-txt">이전날짜</span></button> 2020.03.31(화) <button class="next" type="button"><span class="date-txt">다음날짜</span></button></div> </div></td> </tr> </tbody> </table> </div> </div> <div class="booking-section-bottom"></div> </div> <div class="detail-wrapper"> <h2 class="invisible"></h2> <div class="detail-wrap"> <div class="detail-view-area"> <div class="detail-view-carendar on"> <div id="tipDiv" class="tips-wrap"> <h2 class="invisible"></h2> <ul class="booking-tips"> <li class="carendar-tip"><span id="prevNextTip3" class="tip-badge">날짜 TIP!</span> <a id="prevNextTip4" title="최저가요금 얀내"></a>출발일 전후 <strong>최저가 요금</strong>을 확인하세요.</li> <li class="seat-tip"><span class="tip-badge">I-포인트 TIP!</span> <a title="좌석클래스 안내"><strong>I-포인트</strong> 100% 사용 가능</a></li> <li class="payment-tip"><span class="tip-badge">결제 TIP!</span> <a title="카드결제할인 얀내"><strong id="payTip1">성인(삼성카드결제조건)</strong> 결제 시 최저가 예약 가능!</a></li> </ul> </div> <div id="goodsList0Div" class="flight-list-wrapper"> <h2 class="search-title style1"> 가는편 <strong>인천(ICN) → 홍콩(HKG)</strong></h2> <span class="filter-info-area"><span class="sch-result-num">검색결과 <strong id="G0Count">15개</strong></span> <a class="filter-btn more-btn">상세검색</a></span> <div class="air-table filter-air-table"> <div class="thead"> <ul> <li class="t1">항공사</li> <li class="t2">출발시간</li> <li class="t3">도착시간</li> <li class="t4">경유</li> <li class="t5">소요시간</li> <li class="t6">요금조건</li> <li class="t7"><span id="lowPriceCol">예상요금</span></li> </ul> </div> <div class="scroll-body filter-body"> <!-- 구현할 부분 --> <!-- AirPricingSolution apply-templates 호출 --> <xsl:apply-templates select="//*[local-name()='AirPricingSolution']"/> </div> </div> </div> </div> </div> </div> </div> </div> </div> </xsl:template> <!-- AirPricingSolution apply-template --> <xsl:template match="//*[local-name()='AirPricingSolution']"> <!-- 발권 항공사 변수 및 값 지정 --> <xsl:variable name="PlatingCarrier"> <xsl:value-of select="./*[local-name()='AirPricingInfo']/@PlatingCarrier" /> </xsl:variable> <!-- PassengerType --> <xsl:variable name="PassengerType"> <xsl:for-each select="./*[local-name()='AirPricingInfo']/*[local-name()='PassengerType']"> <xsl:value-of select='@Code'/><xsl:text>/</xsl:text> </xsl:for-each> </xsl:variable> <!-- 총운임 변수 및 값 지정 --> <xsl:variable name="TotalPrice"> <xsl:value-of select="./@ApproximateTotalPrice"/> </xsl:variable> <ul id="schedule0List"> <li class=""> <div class="t1 align-left"> <!-- 베트스 표시 --> <xsl:if test="$PlatingCarrier='OZ' or $PlatingCarrier='KE' or $PlatingCarrier='7C'"> <div class="best-group"><span class="icon-badge best">Best</span></div> </xsl:if> <i class="air-search-icon"> <!-- 항공사 로고 이미지 --> <xsl:element name="img"> <xsl:attribute name="src"> https://openimage.interpark.com/tourpark/air/air_logo/m/<xsl:value-of select="$PlatingCarrier"/>.png </xsl:attribute> <xsl:attribute name="title"><xsl:value-of select="$PlatingCarrier"/></xsl:attribute> </xsl:element> </i><span class="airportName"><xsl:value-of select="$PlatingCarrier"/></span></div> <!-- Journey 출발공항시간 --> <div class="t2"> <xsl:for-each select="./*[local-name()='Journey']/*[local-name()='AirSegmentRef']"> <xsl:variable name="AirSegmentRef"> <xsl:value-of select='@Key'/> </xsl:variable> <xsl:for-each select="//*[local-name()='AirSegment' and ./@Key=$AirSegmentRef]"> <!-- 같은 Seg --> <xsl:value-of select='@Destination'/><span class="time"><xsl:value-of select='js:SimpleTime(string(@ArrivalTime))'/></span><br/> </xsl:for-each> </xsl:for-each> </div> <!-- Journey 도착--> <div class="t3"> <xsl:for-each select="./*[local-name()='Journey']/*[local-name()='AirSegmentRef']"> <xsl:variable name="AirSegmentRef"> <xsl:value-of select='@Key'/> </xsl:variable> <xsl:for-each select="//*[local-name()='AirSegment' and ./@Key=$AirSegmentRef]"> <!-- 같은 Seg --> <xsl:value-of select='@Origin'/><span class="time"><xsl:value-of select='js:SimpleTime(string(@DepartureTime))'/></span> <br/> </xsl:for-each> </xsl:for-each> </div> <!-- Journey 경유수--> <div class="t4"> <xsl:for-each select="./*[local-name()='Journey']/*[local-name()='AirSegmentRef']"> <xsl:variable name="AirSegmentRef"> <xsl:value-of select='@Key'/> </xsl:variable> <xsl:for-each select="//*[local-name()='AirSegment' and ./@Key=$AirSegmentRef]"> <!-- 같은 Seg --> <xsl:value-of select="js:NonDirectCount(count(./*[local-name()='FlightDetailsRef']))"/><br/><br/> </xsl:for-each> </xsl:for-each> </div> <!-- Journey 소요시간 --> <div class="t5"> <xsl:for-each select="./*[local-name()='Journey']"> <xsl:value-of select='js:TimeReplace(string(@TravelTime))'/><br/><br/> </xsl:for-each> </div> <!-- 요금조건 --> <div class="t6 txt-flow align-center"><xsl:value-of select="js:PassengerType(string($PassengerType))" /></div> <!-- 예상요금 --> <div class="t7 last align-right"><span class="charge-status"><span class="status ">요금확정 </span><span class="charge-badge status1 ">가능</span></span> <span class="charge"><strong><xsl:value-of select="format-number(substring-after($TotalPrice,'KRW'),'#,###.##')"/></strong>원</span></div> </li> </ul> </xsl:template> </xsl:stylesheet> |
스타일 시트 테스트로 보면 아래와 같이 나온다.
Tester프로그램 다운로드 : Worldspan_tester
여기까지의 소스 다운로드 : lowfare_03
다구간 xml 에도 적용시켜 보자
다구간은 아래와 같이 나옵니다.
여기까지의 소스 다운로드 : lowfare_04
다구간에도 그럭저럭 잘 적용되네요.
소스 올렸으니 참고 하시면 될 것 같습니다.
프론트엔드 영역이 여행사 사이트 html 을 복사한거라 생각한 컨셉과 맞지 않아 줄이 맞지 않는것 같네요.
디자인 할때 편도/왕복/다구간까지 생각해서 프론트엔트 html 을 구성하기 바랍니다.
중요부분은 4일 차에서 끝난것 같은데 5일 차는 공항코드를 한글로 디코딩 하는 방법을 잠시 연구해 보자.
스타일 시트 실전 5일차로 가기