일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- jsp
- 운정
- 톰캣
- html5
- librecad
- 안드로이드
- 아두이노
- 코딩
- 파주
- 잡토이
- 라즈베리파이
- 유니티
- 오라클
- 설치
- MSSQL
- 스크래치
- jobtoy
- Android
- oracle
- 예제
- 시작하기
- Unity
- 설정
- 잡토이 메이킹 코딩 학원
- 리브레캐드
- mysql
- 강좌
- Spring Security
- s4a
- tomcat
Archives
- Today
- Total
랩제이
jsp로 xml문서 만들기 본문
jsp로 xml문서 만들기
1. ex.jsp
<?xml version="1.0" encoding="UTF-8"?>
<%@ page language="java" %>
<%@ page contentType="text/xml; charset=UTF-8" %>
<%@ page pageEncoding="UTF-8"%>
<gallery path="/" pre="/album/images">
<folders>
<folder>animals</folder>
<folder>buildings</folder>
<folder>landscape</folder>
<folder>plants</folder>
<folder>things</folder>
</folders>
</gallery>
2. 이 방식으로 만들면 xml data로 호출할 수 있다.
'programming > jsp' 카테고리의 다른 글
prototype & scriptaculous 인 액션 3장 예제 (0) | 2012.03.21 |
---|---|
자바스크립트 class화 하기 (0) | 2012.03.21 |
Prototype - A$() 함수 (0) | 2012.03.21 |
이미지보여주기 - lightbox (0) | 2012.03.21 |
웹기반 HTML에디터 (0) | 2012.03.21 |