Table of contents

Introduction

Development Environment

Web Development and Improvements in user experience

(Productivity and Enterprise-level Application Development Features)

Ajax Overview, [[21759|GeneXus' target='_blank'>Ajax' target='_blank'>Ajax Overview, [[21759|GeneXus and Ajax]]

Business Components

Business Component - Publication as an Enterprise Java Bean

Practical course: Bluesky Charters
 

Application Localization

Application Localization
Demo
Translation Tool
Help "in any language"
Practical course: Bluesky Charters
 

Patterns

About this topic
Patterns based development
Description
Built in Patterns
Work With Pattern
Demo: Work With Pattern
Practical course: Patterns
 

Better data model

Null handling optimizes navigations
Nulls property

 

User experience

New options on rightclick in win
 

Reverse Engineering

Database Reverse Engineering Tool
 

New Platforms

MySQL
.Net Mobile Generator
More J2EE support than ever
 

Data Types and Methods

Message Queue handling data types

DirectoryDataType
LDAP Data Type

URL access Property
New IIF function
New byte count function
New Methods for attributes, variables and enumerated domains!
XSLTApply Method
Procedures can now call web objects
Web Services: Grouping Locations
News about model, object, and control properties


Unofficial Content
  • This documentation is valid for:

Scope

Languages: Java, .NET
Interface: Win, Web
 

Introduction

This new method allows you to apply XSLT to XML in order to obtain a formatted file.

Syntax

The XSLTApply method receives the XSLT file path, and applies it to a string variable or XML file variable.   
 
&StringVar.XSLTApply( &XsltFileName)   
&StringResult = &FileVar.XSLTApply( &XsltFileName)
Or like a function
&StringVar=Xsltapply(&XML,&XsltFileName)

Considerations

In Windows Java, it only works with the Sun VM.

The method &StringVar.XSLTApply( &XsltFileName) destroys the old content of &StringVar.
This behavior can change in the next upgrades.

Interesting links

Sample KB to download

Attachment (Basic sample)
Attachment (Web sample, returning html in response)
Attachment (xml y xsl 2.0)

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant