Posted 17 years ago by Erik Pepping - RADVenture B.V
Version: 4.0.0238
Avatar
Hi,

Currently the XML Add-on can not interpret ASPX header directives like:

<%@ Page Language="C#" %>
<%@ Import Namespace="System.Data" %>

correctly. The rest of the ASPX does not seem to be a problem.

Is there a way around this or is it something you guys have to change in the XML Add-on itself?

Kind regards,

Erik Pepping

Comments (2)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Erik,

The add-on is currently only designed for strict XML. Since the <%@ is an ASPX extension syntax, unfortunately it won't work on that.

However (at least for now) the XML add-on is a dynamic language so you could probably "merge" in other lexical states via code that handle the ASPX part like we do in the HTML sample.


Actipro Software Support

Posted 17 years ago by Erik Pepping - RADVenture B.V
Avatar
Thanks for the tip!
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.