Title: Paloose XML Processor
Author: hsfr
Published: <strong>2011년 1월 21일</strong>
Last modified: 2012년 6월 7일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/paloose-xml-processor.svg)

# Paloose XML Processor

 작성자: [hsfr](https://profiles.wordpress.org/hsfr/)

[다운로드](https://downloads.wordpress.org/plugin/paloose-xml-processor.zip)

 * [세부사항](https://ko.wordpress.org/plugins/paloose-xml-processor/#description)
 * [평가](https://ko.wordpress.org/plugins/paloose-xml-processor/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/paloose-xml-processor/#installation)
 * [개발](https://ko.wordpress.org/plugins/paloose-xml-processor/#developers)

 [지원](https://wordpress.org/support/plugin/paloose-xml-processor/)

## 설명

Paloose is a simplified version of Cocoon using PHP5. The original was a simple 
server working with Apache
 to allow a Cocoon environment to be used with PHP5. 
There are very few ISPs who will support Java/Tomcat for web sites which Cocoon 
requires, other than as a very expensive “professional” addition. Almost all will
support PHP5 (sorry, Paloose does not use PHP4) and I have been using Paloose for
some time now and have always found it a good substitute for Cocoon in all but the
most complex sites. Paloose may also encourage others to start using XML and XSL
without having to use extra bits such as Tomcat, Jetty or a full Cocoon installation.

Please note that the technology underlying Paloose does not make it suitable for
very large sites. If you
 need performance then upgrade to Cocoon — the extra expense
of an updated server account will probably be unnoticeable in the overall cost of
a large site anyway. However, having the ability to try out XML and XSL ideas in
a PHP environment with a subset of Cocoon is very useful.

The Paloose client plugin for WordPress allows the latter to interrogate XML based
file systems and integrate them with
 normal WordPress pages. There also some non-
XML transforms (for example GEDCOM) and it is fairly easy to write your own extensions
to Paloose. The client and server versions of Paloose are identical with only the
wrapper code within the plugin being different.

For more information, visit the [Paloose project page](http://www.paloose.org/).
All comments appreciated.

### Usage Manual

Briefly you insert a template tag of the form

<?php echo paloose( <page_required>, <query_string> ); ?>

However you need to understand what Paloose will do with this before you start.

Consult the [Paloose documentation here](http://www.paloose.org/pp/documentation/wordpress.html)
and especially the [Paloose WordPress Example](http://www.paloose.org/pp/examples/wordpress/wordpress.html).

## 설치

Upload the Paloose plugin to your blog, activate it, then configure it via the Settings
Menu in the Dashboard.

## FAQ

More FAQs can be found on the [Paloose Site](http://www.paloose.org/)..

  What facilities do you intend to add to Paloose?

This is quite a difficult question as I have limited time and am not trying to do
a complete Cocoon
 implementation in PHP5 — a pointless exercise anyway. Now that
I have added a simple (limited) data caching scheme to the pipeline all of what 
I intended to add is complete. I am gradually refining the code and improving the
documentation and comments. I am happy to look at anything that users suggest — 
just EMAIL me at [hsfr@hsfr.org.uk](https://ko.wordpress.org/plugins/paloose-xml-processor/hsfr@hsfr.org.uk?output_format=md).

  Can I use the Paloose logo on my site?

Yes please. I suggest the following “[Powered by Paloose](http://www.paloose.org/poweredByPaloose.png)”

logo or the “[Powered by Paloose (small)](http://www.paloose.org/poweredByPaloose-small.png)”
small logo. Scale it as you feel fit.

  What systems will it run on?

Basically any system that will run PHP5. Currently the list is Mac OS-X, Linux, 
and other similar Unix systems. I also know of
 a system based on Apache 2.0/PHP5
on Windows Server 2003.

  How can I improve the performance of Paloose?

Assuming that you are already using the caching system and want more speed, it is
possible, but at the expense of a little
 effort (and possible obscurity), to tailor
the Paloose code and your own sitemaps and XSL. The implications and method are 
described [here](http://www.paloose.org/documentation/performance-1.html) in more
detail.

  What about caching in Paloose?

I have done considerable work on various ways of caching within Paloose and versions
after 1.3.0 use pipeline data caching on
 certain generators and transformers. I
confess that I am in a quandry over this as the gains from using a cache seem to
be minimal and not really worth the effort except in some key cases — see [my caching discussion](http://www.paloose.org/documentation/caching.html)
for more on this. It is not the end of the story, but more performance increases
will probably come from elsewhere.

  Help! Why am I getting “Class ‘XsltProcessor’ not found” errors

99% of the time this shows that you are running PHP5 without the XML/XSL support
that there should be. Try recompiling PHP5
 with the following configuration parameters
included:

    ```
    --with-xml --with-libxml-dir=&lt;dir path&gt; --with-xsl
    ```

  Help! Why am I getting “Parse error: syntax error, unexpected ‘=’, expecting ‘(‘
in

/../../paloose/lib/Paloose.php on line xx” errors

This means you are still running PHP4. You need to run PHP5. Speak to your ISP to
provide PHP5. The other reason may be that
 your .htaccess file has not been set
properly to use PHP5.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Paloose XML Processor”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ hsfr ](https://profiles.wordpress.org/hsfr/)

[자국어로 “Paloose XML Processor”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/paloose-xml-processor)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/paloose-xml-processor/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/paloose-xml-processor/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/paloose-xml-processor/)을 [RSS](https://plugins.trac.wordpress.org/log/paloose-xml-processor/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.1b7

 * Paloose system (1.5.2b5) update.

#### 1.0.1b6

 * Paloose system (1.5.0b3) update to remove spurious logging output in SourceWritingTransformer

#### 1.0.1b5

 * Cured bug in Paloose system (1.5.0b2) that stopped request parameters being recognised

#### 1.0.1b4

 * Naming problem with plugin from earlier local version
 * Included Paloose system which did not happen in earliuer versions

#### 1.0.1b3

 * More minor admin changes

#### 1.0.1b2

 * Minor admin changes

#### 1.0.1b1

 * Changed the calling function to support new Version 1.5.0 of Paloose First release.
   Note that Earlier versions of
    the plugin (1.0.0) will only work with Version
   1.4.x of Paloose. This change was required to allow Paloose to work with multi-
   calls on a single page with Joomla!

#### 1.0.0

 * First release.

## 기초

 *  버전 **1.0.1b7**
 *  최근 업데이트: **14년 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 3.0.3 또는 그 이상 **
 *  다음까지 시험됨: **3.0.5**
 *  언어
 * [English (US)](https://wordpress.org/plugins/paloose-xml-processor/)
 * 태그:
 * [Cocoon](https://ko.wordpress.org/plugins/tags/cocoon/)[transform](https://ko.wordpress.org/plugins/tags/transform/)
   [xml](https://ko.wordpress.org/plugins/tags/xml/)[xsl](https://ko.wordpress.org/plugins/tags/xsl/)
 *  [고급 보기](https://ko.wordpress.org/plugins/paloose-xml-processor/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/paloose-xml-processor/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/paloose-xml-processor/reviews/)

## 기여자

 *   [ hsfr ](https://profiles.wordpress.org/hsfr/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/paloose-xml-processor/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://www.paloose.org/)