Title: XML Documents
Author: mitcho (Michael Yoshitaka Erlewine)
Published: <strong>27 במאי 2011</strong>
Last modified: 31 במאי 2011

---

חיפוש תוספים

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

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

# XML Documents

 מאת [mitcho (Michael Yoshitaka Erlewine)](https://profiles.wordpress.org/mitchoyoshitaka/)

[הורדה](https://downloads.wordpress.org/plugin/xml-documents.0.2.zip)

 * [פרטים](https://he.wordpress.org/plugins/xml-documents/#description)
 * [סקירות](https://he.wordpress.org/plugins/xml-documents/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/xml-documents/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/xml-documents/#developers)

 [תמיכה](https://wordpress.org/support/plugin/xml-documents/)

## תיאור

This plugin adds the necessary infrastructure to add a "XML Document"-type custom
post type which renders an XML document with an XSLT stylesheet in lieu of the regular
post content. This can be useful in custom applications where there is a need to
display XML documents from source, but you also want the regular benefits of WordPress
tagging, commenting, etc. for these documents.

This plugin will not work out of the box… it is an infrastructure plugin. Additional
coding (albeit minor) is necessary to get it running. See the "Installation" section
for more information and sample code.

The development of this plugin is supported by [MIT Global Shakespeares](http://globalshakespeares.org),
where it will be used to render the full text of Shakespeare plays from TEI-XML 
source.

### To-do

 * Custom stylesheets, per-document and/or custom parameters to be passed to the
   XSL transform
 * Search integration

## צילומי מסך

[⌊A custom post type with XML Document support: here, "Scripts" for the display 
of Shakespeare scripts.⌉⌊A custom post type with XML Document support: here, "Scripts"
for the display of Shakespeare scripts.⌉[

A custom post type with XML Document support: here, "Scripts" for the display of
Shakespeare scripts.

[⌊Selecting an uploaded XML Document as the document to be rendered.⌉⌊Selecting 
an uploaded XML Document as the document to be rendered.⌉[

Selecting an uploaded XML Document as the document to be rendered.

## התקנה

 1. Make sure you have PHP5 and [the PHP XSL module](http://us3.php.net/xsl) installed.
 2. Install and activate this plugin.
 3. Create a new custom post type with the `supports` attribute `xmldoc`. This custom
    post type will completely ignore its `post_content`, so make sure its `supports`
    statement does not include `editor`.
 4. Place your stylesheet in your current theme's directory, named as `stylesheet.xsl`.
 5. Create a new entity of your new post type. There will be an option to upload and
    choose an XML document (see screenshots). Do that, publish it, and view it, and
    you will see the XML document rendered with the XSLT as the content of that entry.

Here's some sample code:

    ```
    register_post_type('script',
        array(
            'label' => 'Scripts',
            'public' => true,
            'hierarchical' => false,
            'supports' => array('title', 'comments', 'xmldoc')
        )
    );
    ```

For more information on `register_post_type` and Custom Post Types, [visit the Codex](https://codex.wordpress.org/Post_Types).

## שאלות נפוצות

  Your question here!

Our answer here!

## סקירות

There are no reviews for this plugin.

## מפתחים

"XML Documents" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ mitcho (Michael Yoshitaka Erlewine) ](https://profiles.wordpress.org/mitchoyoshitaka/)

[ניתן לתרגם את "XML Documents" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/xml-documents)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/xml-documents/), ראו את 
הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/xml-documents/), או הירשמו
ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/xml-documents/) באמצעות [RSS](https://plugins.trac.wordpress.org/log/xml-documents/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 0.2

 * A couple bugfixes for the admin interface.

#### 0.1

 * Initial public release.

## מטא

 *  גרסה: **0.2**
 *  Last updated **לפני 15 שנים**
 *  Active installations **10+**
 *  WordPress version ** 3.1 ומעלה **
 *  Tested up to **3.2.1**
 *  שפה
 * [English (US)](https://wordpress.org/plugins/xml-documents/)
 * Tags
 * [cpt](https://he.wordpress.org/plugins/tags/cpt/)[custom post type](https://he.wordpress.org/plugins/tags/custom-post-type/)
   [tei](https://he.wordpress.org/plugins/tags/tei/)[xml](https://he.wordpress.org/plugins/tags/xml/)
   [xslt](https://he.wordpress.org/plugins/tags/xslt/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/xml-documents/advanced/)

## דרוגים

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/xml-documents/reviews/)

## תורמים

 *   [ mitcho (Michael Yoshitaka Erlewine) ](https://profiles.wordpress.org/mitchoyoshitaka/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/xml-documents/)