Learn how to workout the configuration of the files here:
You can also workout your own tests with the attachments of this page:
See the example below:
Transcription
<?xml version="1.0" encoding="UTF-8" ?> <!-- generator="WordPress/4.5.4" created="X0XX-YY ZZ:AA" --> <rss version="2.0" xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wp="http://wordpress.org/export/1.2/" > <main> <title>My App Name</title> <link>http://www.myappurltoapp.com</link> <desc>Welcome to our website, where you'll find a wealth of information in the form of newsletter articles, calculators, and research reports</desc> <pubDate>Fri, 04 Oct 2018 11:31:51 +0000</pubDate> <language>en</language> <wp:wxr_version>1.2</wp:wxr_version> <wp:base_site_url>http://www.myappurltoapp.com</wp:base_site_url> <wp:base_blog_url>http://www.myappurltoapp.com</wp:base_blog_url> <wp:author> <wp:author_id>1</wp:author_id> <wp:author_login><![CDATA[admin]]></wp:author_login> <wp:author_email><![CDATA[personmail@testmail.com]]></wp:author_email> <wp:author_display_name><![CDATA[admin]]></wp:author_display_name> <wp:author_first_name><![CDATA[]]></wp:author_first_name> <wp:author_last_name><![CDATA[]]></wp:author_last_name> </wp:author> <generator>https://wordpress.org/?v=4.5.4</generator> <item> <title>Software installed</title> <link>http://www.myappurltoapp.com/links</link> <pubDate>Wed, 20 May 2015 11:25:51 +0000</pubDate> <dc:creator><![CDATA[admin]]></dc:creator> <guid isPermaLink="false">http://www.homapage.com</guid> <desc>Welcome to your brand new work space</desc> </item> <item> <title>MailChimp for WordPress: Form Preview</title> <link>http://mailchimplinktomyapp.com/</link> <pubDate>Mon, 19 Sep 2018 20:13:12 +0000</pubDate> <dc:creator><![CDATA[admin]]></dc:creator> <guid isPermaLink="false">http://salesapps.dev1min30.com/?page_id=5871</guid> <desc>This article shows a sample questionnaire used as test to navigate the results.</desc> </item> </main> </rss>
Nodes to translate
Example | Target output | Sample configuration in Wordbee |
---|---|---|
Extract all nodes of your file//* (the example on the right includes context information thanks to the Xpath rule @link) |
Some further examples
Example | Target output |
---|---|
Extract all <first level> nodes//main/* (the example on the right includes context information thanks to the Xpath rule @link) | |
Extract all nodes deeper than (each level introduced by /*)//main/*/*/*/* | Example with nodes 3 levels deeper |
All specifics nodes//desc | Example with all title nodes |
Translate the attributes of a given node//desc/@title //label/@title | |
Extract attribute of node for context@title @url |
Custom fields
Extract attribute of node for custom field
Extract parent node attribute for context
Extract node based on attribute value matches
//desc[@extract="true"]