Redwood Documentation

Product Documentation

 

›Automation Concepts

RunMyJobsAutomation Concepts

Automation Concepts

  • Central Scheduling Concepts
  • Automating Processes Across the System Landscape
  • Processes, Chains, and History
  • Queues and Process Servers
  • Workload
  • SAP Systems
  • Events and Event Definitions
  • Scheduling
  • Applications
  • Editing Objects in XML

Locks and Events

  • Prevent Simultaneous Execution of Processes
  • Creating Locks
  • Creating Event-Driven Schedules with Events

Documents

  • Documenting Code, Procedures, and Messages with Documents

Applications

  • Organizing Processes in Applications
  • Creating Applications

End User Overviews

  • End User Interfaces
  • Process Monitors Overview
  • Process Monitors Overview Columns
  • User Message Monitor
  • Designing User Message Forms
  • User Message Monitor Columns
  • Interacting with User Messages
  • Feeds

Managing Output Formats

  • Managing Output Formats

Regular Activities

  • Regular Activities for Redwood Server

Promoting Objects

  • Migrating Objects with the Promotion Module
  • Exporting Redwood Server Objects
  • Export Rule Sets
  • Creating Export Rule Sets
  • Importing Objects
  • Importing Redwood Server Objects with Imports
  • Using Import Rule Sets to Customize Imports
  • Importing Objects with Import Rule Sets
  • Creating Remote Systems
  • Promotion Reaction Processes
  • Integrating Redwood Server Promotion into SAP CTS+
  • Pusher Process Definitions for SAP CTS+ Integration

Backup and Recovery

  • Backup and Recovery of Redwood Server
  • Database Backup
  • Restore Data from Backup

Reference

  • Managing Output Formats
← ApplicationsPrevent Simultaneous Execution of Processes →

Editing Objects in XML

You can edit objects in XML in the user interface, which allows you to use an external editor and perform a global search and replace, for example. To enable XML editing, you need to set the Allow edit as XML option in the Setting User Parameters. When you export objects, they are saved as XML files in CAR files, see Importing Redwood Server Objects for more information.

You can also expand exported car files, and edit the files. The car files are in fact jar files, which can be opened by programs understanding zip. If you do not use jar, the Java executable to create jar files, to re-assemble the car file, you will not be able to use the embedded upload functionality found in car files.

Special care needs to be taken when you edit objects in XML.

  • Special characters must be escaped using entities
  • No trailing spaces are allowed

Special Characters

According to the W3C Recommendation, special characters that must be escaped include the following:

<, >, ", &

The following table lists the characters that have to be escaped and the entities you may use instead.

CharacterHTML EntityDecimal Entity
<&lt;&#60;
>&gt;&#62;
"&quot;&#34;
&&amp;&#38;
'&apos;&#39;
note

When you use other entities, these are replaced with the actual characters once you save by the XML parser. If you need to use character entities, you should always use decimal entities wherever possible. The above HTML entities are recognized in XML, but others might not be and will prevent you from saving the object.

Example

The following example illustrates what not to do:

<Description>My description contains a trailing space, which is not allowed! </Description>
<Comment>I must remember not to use special characters like <, which needs to be escaped as &#60; or &lt;!</Comment>

See Also

Importing Objects

← ApplicationsPrevent Simultaneous Execution of Processes →
  • Special Characters
  • Example
  • See Also
Docs
Getting StartedInstallationFinance InstallationConcepts
TroubleshootingArchiving
Learn and Connect
Support Portal
BlogEventsResources
ISO/ IEC 27001 Information Security Management
Automate to be human

2023 All Rights Reserved |

Terms of Service | Policies | Cookies | Glossary | Third-party Software | Contact | Copyright | Impressum |