Author: smukhina
Date: 2008-12-05 12:17:44 -0500 (Fri, 05 Dec 2008)
New Revision: 12314
Modified:
trunk/smooks/docs/reference/en/modules/introduction.xml
trunk/smooks/docs/reference/en/modules/quick_start.xml
trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml
trunk/smooks/docs/reference/en/modules/smooksformeditor_graphicalpage.xml
trunk/smooks/docs/reference/en/modules/smooksformeditor_sourcepage.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-3296
unnecessary spaces in text are deleted, syntax is corrected - para tags were missing in
several places
Modified: trunk/smooks/docs/reference/en/modules/introduction.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/introduction.xml 2008-12-05 16:21:55 UTC (rev
12313)
+++ trunk/smooks/docs/reference/en/modules/introduction.xml 2008-12-05 17:17:44 UTC (rev
12314)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="introduction">
- <?dbhtml filename="introduction.html"?>
+ <?dbhtml filename="introduction.html"?>
<chapterinfo>
<keywordset>
<keyword>JBoss Tools</keyword>
@@ -11,52 +11,34 @@
<title>Introduction</title>
<sect1>
<title>What is Smooks?</title>
- <para>Smooks is a Java Framework/Engine for processing XML and
- non XML data (CSV, EDI, Java, JSON etc).</para>
+ <para>Smooks is a Java Framework/Engine for processing XML and non XML data
(CSV, EDI, Java, JSON etc).</para>
<para></para>
<para>
<orderedlist numeration="Upperroman" inheritnum="inherit">
- <listitem>Transformation:Perform a wide range
- of Data
- Transforms. Supports many different Source and Result types
- -
- XML/CSV/EDI/Java/JSON to XML/CSV/EDI/Java/JSON.
- </listitem>
+ <listitem><para>Transformation: Perform a wide range of Data Transforms.
Supports many different Source and Result types -XML/CSV/EDI/Java/JSON to
XML/CSV/EDI/Java/JSON.</para>
+ </listitem>
<listitem>
- Java Binding:
- Bind into a Java Object Model from any data
- source (CSV, EDI, XML,
- Java, JSON etc).
- </listitem>
-
+ <para>Java Binding: Bind into a Java Object Model from any data source (CSV,
EDI, XML, Java, JSON etc). </para>
+ </listitem>
+
<listitem>
- Huge Message
- Processing:
- Process huge messages (GBs) -
- Split, Transform and Route message fragments
- to JMS, File, Database
- etc destinations. Route multiple message
- formats to multiple
- destinations in a single pass over a message.
+ <para>Huge Message Processing: Process huge messages (GBs) - Split, Transform
and Route message fragments to JMS, File, Database etc destinations. Route multiple
message formats to multiple destinations in a single pass over a message.
+ </para>
</listitem>
-
+
<listitem>
- <bold>Message
- Enrichment:</bold>
- Enrich a message with data from a
- Database, or other Datasources.
+ <para>Message Enrichment: Enrich a message with data from a Database, or other
Datasources.
+ </para>
</listitem>
-
+
<listitem>
- Combine : Combine the above features in different ways
- e.g.
- add Message Enrichment as part of a Splitting and Routing
- process.
+ <para>Combine: Combine the above features in different ways e.g. add Message
Enrichment as part of a Splitting and Routing process.
+ </para>
</listitem>
</orderedlist>
</para>
<figure>
- <title>SmooKs</title>
+ <title>Smooks</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/common/smooks-usecase.png"
@@ -64,15 +46,13 @@
</imageobject>
</mediaobject>
</figure>
- <para>
- More informations about Smooks , please visit here :
- <link>http://www.smooks.org</link>
+ <para> For More informations about Smooks, please visit Smooks official site:
+ <ulink url="http://www.smooks.org">Smooks official site</ulink>
</para>
</sect1>
<sect1>
<title>What is Smooks dev tools?</title>
- <para>Smooks dev tools is a sets of graphical tools for editing
- Smooks configuration file base on Eclipse.</para>
+ <para>Smooks dev tools is a sets of graphical tools for editing Smooks
configuration file base on Eclipse.</para>
<figure>
<title>Smooks form editor</title>
<mediaobject>
@@ -84,25 +64,15 @@
</sect1>
<sect1>
<title>How to install Smooks dev tools?</title>
- <para>
- The Smooks dev tools was included by the JBossTools since 3.0.0
- beta1
- version. You can download the JBossTools from :
+ <para> The Smooks dev tools was included by the JBossTools since 3.0.0 beta1
version. You can download the JBossTools from:
<
link>http://www.jboss.org/tools/download/index.html
</link>
.
</para>
- <para>
- Smooks dev tools(JBossTools) run with the latest Eclipse and
- other
- required plug-ins(GEF,EMF,etc.).</para>
- <para>
- User should download the latest IDE for
- Java EE developers from this
+ <para> Smooks dev tools(JBossTools) run with the latest Eclipse and other
required plug-ins(GEF,EMF,etc.).</para>
+ <para> User should download the latest IDE for Java EE developers from this
<link
linkend="http://www.eclipse.org/downloads/">site
- </link>
- . It contains many plug-ins ( GEF,EMF,etc. ) required by Smooks dev
- tools.
+ </link>. It contains many plug-ins ( GEF,EMF,etc. ) required by Smooks dev
tools.
</para>
</sect1>
</chapter>
Modified: trunk/smooks/docs/reference/en/modules/quick_start.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/quick_start.xml 2008-12-05 16:21:55 UTC (rev
12313)
+++ trunk/smooks/docs/reference/en/modules/quick_start.xml 2008-12-05 17:17:44 UTC (rev
12314)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="quickstart" xreflabel="Quick Start">
- <?dbhtml filename="quick_start.html"?>
+ <?dbhtml filename="quick_start.html"?>
<chapterinfo>
<keywordset>
<keyword>JBoss Tools</keyword>
@@ -20,19 +20,17 @@
the
Smooks
dev tools.
- </para>
+ </para>
<section>
<title>Download Smooks Java-to-Java example</title>
- <para>
- Visit
+ <para> Visit
<ulink
-
url="http://www.smooks.org/documentation/documentation-smooks-1-1-x/...
- to download the "java-to-java" example project.
+
url="http://www.smooks.org/documentation/documentation-smooks-1-1-x/...
to download the "java-to-java" example project.
</para>
<tip>
<title>Tip:</title>
<para>
- The example projects is base on Maven , we suggest user to
+ The example projects is base on Maven, we suggest user to
create a
new eclipse Java project and copy the example codes and .jar
files
@@ -44,12 +42,10 @@
</section>
<section>
<title>Smooks configuration file wizard</title>
- <para>Select the Smooks Java-to-Java example project what you
- created and right-click , select the menu: “New” ->
- “Other...” , find
- the
- “Smooks Configuration File” wizard. Click
- “Next” button.
+ <para>Select the Smooks Java-to-Java example project what you created and
right-click, select the menu: "New" ->
+ "Other...", find the
+ "Smooks Configuration File" wizard. Click
+ "Next" button.
</para>
<figure>
<title>To select Smooks Configuration File wizard</title>
@@ -60,8 +56,8 @@
</mediaobject>
</figure>
<para>First wizard page is file path creation page. Select the
- “src” to be the file's container , and input
- “smooks-newconfig.smooks”. Click “Next”.</para>
+ "src" to be the file's container, and input
+ "smooks-newconfig.smooks". Click
"Next".</para>
<figure>
<title>Choose the configuration file container and type the
file's name</title>
@@ -72,17 +68,16 @@
</imageobject>
</mediaobject>
</figure>
- <para>The second wizard page is the transform data type choose
- page.</para>
+ <para>The second wizard page is the transform data type choose
page.</para>
<tip>
<title>Note</title>
<para>
Because the quick start introduce how to create/edit the
Java-to-Java
- Smooks configuration file , so choose "Java" type
+ Smooks configuration file, so choose "Java" type
to be
the source/target transform data type please.
- </para>
+ </para>
</tip>
<figure>
<title>Select Data Type</title>
@@ -96,11 +91,10 @@
</section>
<section id="quickstart_formeditor">
<title>Smooks form editor</title>
- <para>When the wizard was finished , a new Smooks configuration
- file was created and the Smooks editor will be opened automatically.
+ <para>When the wizard was finished, a new Smooks configuration file was created
and the Smooks editor will be opened automatically.
</para>
<para> We will see the
- “Smooks Form Editor”:
+ "Smooks Form Editor":
</para>
<figure>
<title>Smooks form editor</title>
@@ -110,55 +104,33 @@
</imageobject>
</mediaobject>
</figure>
-
- <para>
- This editor contains several parts:
+
+ <para> This editor contains several parts:
<orderedlist numeration="loweralpha" inheritnum="inherit">
<listitem>
- Notify message display
- area. If there are any errors when
- users are editing the file ,
- the error
- area will
- display them.
+ <para>Notify message display area. If there are any errors when users are
editing the file,
+ the error area will display them.</para>
</listitem>
<listitem>
- Source data
- tree. The tree will display the
- structured of
- transform source
- data.
- </listitem>
-
+ <para>Source data tree. The tree will display the structured of transform
source data.</para>
+ </listitem>
+
<listitem>
- Target data tree. The tree
- will display the structured of
- transform
- target
- data.
- </listitem>
-
+ <para>Target data tree. The tree will display the structured of transform
target data.</para>
+ </listitem>
+
<listitem>
- Mapping
- graphical area. Show the data
- mapping connection
- lines.
+ <para>Mapping graphical area. Show the data mapping connection
lines.</para>
</listitem>
-
+
<listitem>
- Source/Target data
- selection links. Click the
- link ,
- there
- will
- open the
- <link linkend="graphicaleditor_datalink">"Data
- Selection
- Wizard"</link>
- to help user to choose
- the
- source/target
- data.
+ <para>Source/Target data selection links. Click the link,
+ there will open the
+ <link linkend="graphicaleditor_datalink">"Data
+ Selection
+ Wizard"</link>
+ to help user to choose the source/target
+ data.</para>
</listitem>
</orderedlist>
</para>
@@ -166,10 +138,7 @@
<section id="graphicaleditor_datalink">
<title>Choose the source/target data
</title>
- <para>Click the data selection links to choose the transform
- data. The "Data Selection Wizard" is opened , and there are two data
- types on the list :
- XML and Java.
+ <para>Click the data selection links to choose the transform data. The
"Data Selection Wizard" is opened, and there are two data types on the list:
XML and Java.
</para>
<tip>
<title>Note</title>
@@ -187,8 +156,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>Select the “JavaBean Data Type” and click “Next” , you
- will see a java class selection page :
+ <para>Select the "JavaBean Data Type" and click
"Next", you will see a java class selection page:
</para>
<figure>
<title>JavaBean data selection wizard</title>
@@ -199,12 +167,8 @@
</imageobject>
</mediaobject>
</figure>
- <para>When you finished the java class selection , click “Finish”
- , we
- will see , the structured of the java class was be displayed on
- the Source
- data tree. Please do the same operation with the target
- data link.
+ <para>When you finished the java class selection, click
"Finish"
+ , we will see, the structured of the java class was be displayed on the Source data
tree. Please do the same operation with the target data link.
</para>
<figure>
<title>Display structure of the transform data</title>
@@ -218,75 +182,46 @@
</section>
<section id="quickstart_mapping">
<title>Mapping</title>
- <para>
- As you see , the source/target data tree display the structure
- of the
- java class. </para>
+ <para> As you see, the source/target data tree display the structure of the
java class. </para>
<para>How to mapping it?</para>
- <para>
- First , we should know what is
- we
- want to transform:
+ <para> First, we should know what is we want to transform:
<orderedlist numeration="loweralpha" inheritnum="inherit">
- <listitem>
- Bind the “customerName” property of the
+ <listitem><para>Bind the "customerName" property of
the
Order#header to
the
- “customerName” property of LineOrder.
- </listitem>
- <listitem>
- Bind the
- “customerNumber” property of the Order#header to
+ "customerName" property of LineOrder.</para>
+ </listitem>
+ <listitem><para>Bind the
+ "customerNumber" property of the Order#header to
the
- “customerId”
- property of LineOrder.
- </listitem>
- <listitem>
- Bind the “price” property of the OrderItem
+ "customerId"
+ property of LineOrder.</para>
+ </listitem>
+ <listitem><para>Bind the "price" property of the
OrderItem
to
the
- “unitPrice” property of
- LineItem.
- </listitem>
- <listitem>
- Bind the “productId”
+ "unitPrice" property of
+ LineItem.</para>
+ </listitem>
+ <listitem><para>Bind the "productId"
property
of the OrderItem to the
- “productCode”
- property of LineItem.
- </listitem>
- <listitem>
- Bind the
- “quantity” property of the OrderItem to the
- “unitQuantity”
+ "productCode"
+ property of LineItem.</para>
+ </listitem>
+ <listitem><para>Bind the
+ "quantity" property of the OrderItem to the
+ "unitQuantity"
property of
- LineItem.
- </listitem>
+ LineItem.</para>
+ </listitem>
</orderedlist>
</para>
- <para>
- Make sense ?</para>
- <para> OK, let's select the “customerName”
- item of the
- “header”
- item on
- the source data tree and start to drag
- it. When the
- drag item
- cross into
- the Mapping graphical area , we will
- see a
- connection
- line. Drop the
- item onto the “customerName” of the
- “LineOrder” on the
- target data
- view.</para>
- <para>
- Now there will open a dialog to
- ask you to
- connect the
- root node:
+ <para> Make sense?</para>
+ <para> OK, let's select the "customerName" item of the
+ "header" item on the source data tree and start to drag it. When
the drag item cross into the Mapping graphical area, we will see a connection line.
Drop the item onto the "customerName" of the
+ "LineOrder" on the target data view.</para>
+ <para> Now there will open a dialog to ask you to connect the root node:
</para>
<figure>
<title>A dialog to ask user to connect the root nodes</title>
@@ -297,29 +232,21 @@
</imageobject>
</mediaobject>
</figure>
- <para>
- Please click “Yes” to connect the root node , if you didn't do
- that,
- this dialog
- will open again when you connect other nodes.
+ <para> Please click "Yes" to connect the root node, if you
didn't do that, this dialog will open again when you connect other nodes.
</para>
<tip>
<title>Note</title>
<para>Please
- remember that :
+ remember that:
The root nodes of the source data
and target data
*MUST*
be connected.</para>
- <para>This rule is not only for Java-to-Java , same with
+ <para>This rule is not only for Java-to-Java, same with
XML-to-Java too </para>
</tip>
- <para>
- Now let's do the same operation with the “customerNumber” ,
- that
- is the
- what we want to see :
-
+ <para> Now let's do the same operation with the
"customerNumber", that is the what we want to see:
+
</para>
<figure>
<title>Correctly mapping editor</title>
@@ -330,14 +257,10 @@
</imageobject>
</mediaobject>
</figure>
- <para>Next , we are going to try to bind the properties of the
- “OrderItem” to the properties of the “LineItem”.
+ <para>Next, we are going to try to bind the properties of the
+ "OrderItem" to the properties of the "LineItem".
</para>
- <para>Select the “price” and drag it onto the “unitPrice” of
- the
- other side tree viewer. The error message display area will show
- an
- error :
+ <para>Select the "price" and drag it onto the
"unitPrice" of the other side tree viewer. The error message display
area will show an error:
</para>
<figure>
<title>Connection Error 1</title>
@@ -349,15 +272,11 @@
</mediaobject>
</figure>
<para>How to deal with the error ?</para>
- <para>Please click the “Fix it” link , there pop a menu and
- there are several "resolve methods" on the menu.
+ <para>Please click the "Fix it" link, there pop a menu and
there are several "resolve methods" on the menu.
</para>
- <para>
- Select the first resolve method: 'Connect the “OrderItem” to the
- “LineItem” ' ,
- then the “OrderItem” was connected
- with the
- “LineItem”.
+ <para> Select the first resolve method: 'Connect the
"OrderItem" to the
+ "LineItem" ', then the "OrderItem" was
connected with the
+ "LineItem".
</para>
<para>But the notify message area still show some other errors:
</para>
@@ -370,41 +289,34 @@
</imageobject>
</mediaobject>
</figure>
- <para>OK,Deal it with the fire error ---- Click “Fix it” link
- and select the first resolve method. The “orderItems” was connected
- with the “lineItems”.
+ <para>OK,Deal it with the fire error ---- Click "Fix it" link
and select the first resolve method. The "orderItems" was connected
with the "lineItems".
</para>
<tip>
<title>Tip</title>
<para>
Why there will occur error?</para>
- <para> We will find that , if we only
+ <para> We will find that, if we only
connect the
property node without
to connect the parent node of the
- property ,
- the “connection error”
+ property,
+ the "connection error"
will happen. </para>
<para>The
connection of
- the “price-to-unitPrice” is
- the “Binding
- Connection” ,
+ the "price-to-unitPrice" is
+ the "Binding
+ Connection",
but there need
- a “Instance
+ a "Instance
Creation
- Connection” ---- the
+ Connection" ---- the
connection
of
the
- “OrderItem-to-LineItem”.</para>
+ "OrderItem-to-LineItem".</para>
</tip>
- <para>
- After that , connect the quantity to
- the
- unitQuantity ; connect
- the
- productId to the productCode:
+ <para> After that, connect the quantity to the unitQuantity ; connect the
productId to the productCode:
</para>
<figure>
<title>Complete mapping</title>
@@ -415,12 +327,9 @@
</imageobject>
</mediaobject>
</figure>
- <para>Now , we should save the file.The Smooks tools will generate
- the correct configuration file contents.</para>
- <para>OK,Let run the test class : example.Main (Please make
- sure
- that the Smooks engine load the correct configuration file)
- </para>
+ <para>Now, we should save the file.The Smooks tools will generate the correct
configuration file contents.</para>
+ <para>OK, Let run the test class: example.Main (Please make sure that the
Smooks engine load the correct configuration file)
+ </para>
<para>Success!
</para>
</section>
Modified: trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml
===================================================================
---
trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml 2008-12-05
16:21:55 UTC (rev 12313)
+++
trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml 2008-12-05
17:17:44 UTC (rev 12314)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="smooksformeditor_configurationtab" xreflabel="Smooks
Configuration Editor Page">
- <?dbhtml filename="smooks_form_editor_configurationtab.html"?>
+ <?dbhtml filename="smooks_form_editor_configurationtab.html"?>
<chapterinfo>
<keywordset>
<keyword>JBoss Tools</keyword>
@@ -40,8 +40,8 @@
</para>
<section id="configurationpage_parsetype">
<title>Smooks parse type</title>
- <para>Open the "Other configuration" section , we will see there
- is a sets of radio buttons :</para>
+ <para>Open the "Other configuration" section, we will see there
+ is a sets of radio buttons:</para>
<figure>
<title>Smooks parse type</title>
<mediaobject>
@@ -58,7 +58,7 @@
<section id="configurationpage_importfile">
<title>Import file</title>
<para>
- Open the "Other configuration" section , there is a "Import
+ Open the "Other configuration" section, there is a "Import
File" list under the "Smooks parse type" buttons.
</para>
<figure>
@@ -79,7 +79,7 @@
If the import file dosen't exist, the image of the import file
will change to "Error Image".
If user double-click the import file in
- the "Import File" list , the file will be open with a new default
+ the "Import File" list, the file will be open with a new default
editor.
</para>
</tip>
@@ -103,10 +103,10 @@
</imageobject>
</mediaobject>
</figure>
-
+
<para>There are several resource type on the list. Select the
"Date
- Decoder" and click "Finish" button , a new "Date Decoder"
item
+ Decoder" and click "Finish" button, a new "Date Decoder"
item
was
added and shown on the resource type list.
</para>
@@ -116,14 +116,11 @@
</para>
<para>
<orderedlist numeration="loweralpha" inheritnum="inherit">
- <listitem>
- locale-language
+ <listitem><para>locale-language</para>
</listitem>
- <listitem>
- format
+ <listitem><para>format</para>
</listitem>
- <listitem>
- locale-country
+ <listitem><para>locale-country</para>
</listitem>
</orderedlist>
</para>
@@ -141,10 +138,8 @@
</mediaobject>
</figure>
<para>
- When user defined new "Date Decoder" , they can use the
- <link linkend="graphicalpage_propertiesview"> "JavaBean
Properties"</link> GUI
- to set the them to
- be the "Java type".
+ When user defined new "Date Decoder", they can use the
+ <link linkend="graphicalpage_propertiesview"> "JavaBean
Properties"</link> GUI to set the them to be the "Java type".
</para>
<!--
<para> The XML fragment generated by Smooks tools for the "Date
Modified: trunk/smooks/docs/reference/en/modules/smooksformeditor_graphicalpage.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/smooksformeditor_graphicalpage.xml 2008-12-05
16:21:55 UTC (rev 12313)
+++ trunk/smooks/docs/reference/en/modules/smooksformeditor_graphicalpage.xml 2008-12-05
17:17:44 UTC (rev 12314)
@@ -34,17 +34,13 @@
</para>
<section>
<title>Introduce the areas of graphical editor</title>
- <para>
- Please read the
+ <para> Please read the
<link linkend="quickstart_formeditor">"Quick Start/Smooks Form
Editor"</link>
</para>
</section>
<section>
<title>Load source/target data</title>
- <para>
- Click the links under the data viewer , the data type selection
- wizard
- page will be shown.
+ <para> Click the links under the data viewer, the data type selection wizard
page will be shown.
</para>
<figure>
<title>Data type selection wizard page</title>
@@ -55,9 +51,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>
- There are a sets of transform data type on the wizard page,select one
- type and click
+ <para> There are a sets of transform data type on the wizard page,select one
type and click
<property>Next</property>
, the data source selection wizard page will be shown.
<tip>
@@ -85,50 +79,37 @@
</imageobject>
</mediaobject>
</figure>
- <para>
- When finish the data selection(file path selection) , Click
+ <para> When finish the data selection(file path selection), Click
<property>Finish</property>
, the data viewer will display the selected data structure.
</para>
</section>
<section>
<title>User the graphical editor to mapping</title>
- <para>
- Please read the
+ <para> Please read the
<link linkend="quickstart_mapping">"Quick
Start/Mapping"</link>
</para>
</section>
<section>
<title>Error messages</title>
- <para>
- When user do any mapping operaions , the Smooks tools will
- validate
- the file contents with "Mapping Logic" , If there is any errors of
- the configuration file contents
- ,error messages will be shown on
- the
+ <para> When user do any mapping operations, the Smooks tools will validate the
file contents with "Mapping Logic", If there is any errors of the configuration
file contents
+ ,error messages will be shown on the
<link linkend="quickstart_formeditor">"Error
message area"</link>
.
</para>
- <para>
- Please read the
- <link linkend="quickstart_mapping">"Quick
Start/Mapping"</link>
- to find how to fix the errors.
+ <para> Please read the
+ <link linkend="quickstart_mapping">"Quick
Start/Mapping"</link> to find how to fix the errors.
</para>
</section>
<section id="graphicalpage_propertiesview">
<title>Properties Viewer</title>
- <para>
- User can edit the properties of the "connection lines" with the
- properties viewer.
+ <para> User can edit the properties of the "connection lines" with the
properties viewer.
</para>
- <para>
- Select the menu : "Window -> Show View -> Other -> Properties" ,
- the properties viewer will be opened.
+ <para> Select the menu: "Window -> Show View -> Other ->
Properties", the properties viewer will be opened.
</para>
<para>
- When user select on the connection lines , the properties viewer
+ When user select on the connection lines, the properties viewer
will show a sets of section GUI for editing the properties of the
connection line.
</para>
@@ -142,17 +123,17 @@
</para>
<para>
If the source data type of the selected connection line was
- "XML" ,The properties viewer will show a "XML Properties"
section
+ "XML",The properties viewer will show a "XML Properties" section
GUI.
</para>
<para>
But the source data type of the selected connection line was
- "Java" ,
- the "XML Properties" section GUI dosen't display.
+ "Java",
+ the "XML Properties" section GUI doesn't display.
</para>
<para>
It means that if the source/target data type of the selected
- connection line was different , the properties viewer will show
+ connection line was different, the properties viewer will show
different GUI.
</para>
</tip>
Modified: trunk/smooks/docs/reference/en/modules/smooksformeditor_sourcepage.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/smooksformeditor_sourcepage.xml 2008-12-05
16:21:55 UTC (rev 12313)
+++ trunk/smooks/docs/reference/en/modules/smooksformeditor_sourcepage.xml 2008-12-05
17:17:44 UTC (rev 12314)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="smooksformeditor_sourcetab" xreflabel="Smooks Source
Editor Page">
- <?dbhtml filename="smooks_form_editor_sourcetab.html"?>
+ <?dbhtml filename="smooks_form_editor_sourcetab.html"?>
<chapterinfo>
<keywordset>
<keyword>JBoss Tools</keyword>
@@ -11,9 +11,7 @@
<title>Smooks Source Editor Page</title>
<section>
<title>XML Source Editor</title>
- <para>
- User can use this editor to edit the Smooks configuration file
- directly.
+ <para> User can use this editor to edit the Smooks configuration file
directly.
</para>
<figure>
<title>Graphical Editor</title>
@@ -27,11 +25,7 @@
</section>
<section>
<title>Error Messages GUI</title>
- <para>
- If the Smooks tools can't understand the configuration file or
- the configuration file was illegal(XML structure isn't right for
- Smooks configuration file , etc.),The error message panel will
- display above the XML editor.
+ <para> If the Smooks tools can't understand the configuration file or the
configuration file was illegal(XML structure isn't right for Smooks configuration
file, etc.),The error message panel will display above the XML editor.
</para>
<figure>
<title>Graphical Editor</title>
@@ -45,8 +39,8 @@
<tip>
<title>Note</title>
<para>
- When the error message panel was displayed , other editors (
- Graphical Editor , Configuration Editor ) will be disabled.
+ When the error message panel was displayed, other editors (
+ Graphical Editor, Configuration Editor ) will be disabled.
</para>
<para>
User can't edit the configuration file with other editors until