<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=XLIFF_Splitter_Step</id>
	<title>XLIFF Splitter Step - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=XLIFF_Splitter_Step"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=XLIFF_Splitter_Step&amp;action=history"/>
	<updated>2026-04-17T23:39:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=XLIFF_Splitter_Step&amp;diff=371&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=XLIFF_Splitter_Step&amp;diff=371&amp;oldid=prev"/>
		<updated>2016-06-04T23:20:00Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:20, 4 June 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=XLIFF_Splitter_Step&amp;diff=370&amp;oldid=prev</id>
		<title>Ysavourel at 15:59, 3 December 2010</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=XLIFF_Splitter_Step&amp;diff=370&amp;oldid=prev"/>
		<updated>2010-12-03T15:59:33Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Steps Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Splits a single [[XLIFF|XLIFF document]] into multiple documents, split on the &amp;lt;code&amp;gt;&amp;amp;lt;file&amp;gt;&amp;lt;/code&amp;gt; element. All other content (outside the &amp;lt;code&amp;gt;&amp;amp;lt;file&amp;gt;&amp;lt;/code&amp;gt; element) is copied as-is to each split document.&lt;br /&gt;
&lt;br /&gt;
Takes: Raw document. Sends: Raw document.&lt;br /&gt;
&lt;br /&gt;
The received event is unaltered. The step outputs multiple, numbered XLIFF documents in the output path. An XLIFF document with only one &amp;lt;code&amp;gt;&amp;amp;lt;file&amp;gt;&amp;lt;/code&amp;gt; element is written out unaltered.&lt;br /&gt;
&lt;br /&gt;
To put back together files that have been split up with this step use the [[XLIFF Joiner Step]].&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Process large files&amp;lt;/cite&amp;gt; &amp;amp;mdash; Set the option to use a stream-based parser to process the files. This allows you process very large XLIFF input document (e.g. several hundreds of MB). When this option is not set, a DOM-based parser is used, which can process only files that fit into your machine's memory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;File marker&amp;lt;/cite&amp;gt; &amp;amp;mdash; Enter the marker to add at the end of the names of the generated files, just before the counter.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Update the &amp;amp;lt;iws:status&amp;gt; translation status&amp;lt;/cite&amp;gt; &amp;amp;mdash; Update the &amp;lt;code&amp;gt;translation_type&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;translation_status&amp;lt;/code&amp;gt; flags in the &amp;lt;code&amp;gt;&amp;amp;lt;iws:status&amp;gt;&amp;lt;/code&amp;gt; elements of the new documents. This is an option specific to WorldServer XLIFF documents. This option also removes the attribute &amp;lt;code&amp;gt;target_content&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Value for 'translation_type'&amp;lt;/cite&amp;gt; &amp;amp;mdash; Enter the value to set in the &amp;lt;code&amp;gt;translation_type&amp;lt;/code&amp;gt; attribute.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;value for 'translate_status'&amp;lt;/cite&amp;gt; &amp;amp;mdash; Enter the value to set in the &amp;lt;code&amp;gt;translation_status&amp;lt;/code&amp;gt; attribute.&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
For now, when using the &amp;lt;cite&amp;gt;Process large files&amp;lt;/cite&amp;gt; option, any XML parts between &amp;lt;code&amp;gt;&amp;amp;lt;file&amp;gt;&amp;lt;/code&amp;gt; elements is ignored and not copied into the new files.&lt;br /&gt;
&lt;br /&gt;
[[Category:Steps]] [[Category:XLIFF]]&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>