What are XOML files?- XOML is an acronym for Extensible Object Markup Language.
- It is an XML based object persistence framework like XAML.
- It is mostly used for creating user interface.
- It contains a tree based structure that defines a root workflow node, nested sub-elements and embedded segments of code.
- XOML files are the markup files with .xoml extenstion.
- They are used to declare the workflow and are then compiled with the file containing the implementation logic.
- XOML file is used separately to ensure code-separation workflow authoring.
- The WWF (Windows Workflow Foundation) gives designers and developers a proper way to create workflows by using XAML (Extensible Application Markup Language) to markup source files.
|