Questions tagged [extension-objects]
11 questions
11
votes
2 answers
Debugging XSLT with extension objects in Visual Studio 2010
I'm currently working on a project that involves a lot of XSLT transformations and I really need a debugger (I have XSLTs that are 1000+ lines long and I didn't write them :-).
The project is written in C# and makes use of extension…

Alex Ciminian
- 11,398
- 15
- 60
- 94
5
votes
2 answers
What is the difference between Extension Objects Pattern and Adapter Pattern?
Can you explain me about this Extension Object Pattern and how it differ from the Adapter Pattern?
There seems to be only few resources in web that explains the Extension Object Pattern and most of them are bit confusing (at least for me).
Thanks in…

vishnurajts
- 307
- 1
- 4
- 12
4
votes
0 answers
Adding custom functions to XSL in Delphi 7
I'm trying to get an XSL to use functions on an extension object, but everything I try just keeps telling me the functions don't exist.
In my lib_TLB.pas file, I've got
function Get_ReadOnly: WordBool; safecall;
defined on an interface that…

Flynn1179
- 11,925
- 6
- 38
- 74
3
votes
1 answer
.net 4 xslt extension objects
I'm in the process of upgrading an asp.net v3.5 web app. to v4 and I'm facing some problems with XSLT transformations I use on XmlDataSource objects.
Part of a XSLT file:

peter
- 31
- 2
3
votes
0 answers
Cannot find a matching 0-argument EXSLT function named {http://exslt.org/dates-and-times}date-time()
I am using the IntelliJ IDEA 13. The XSLT processor is SAXON.
I need to convert date and time a in my transformation. I have decided to use EXSLT. Here is what I've added to my transformation:

Sergey Shafiev
- 4,205
- 4
- 26
- 37
2
votes
1 answer
Is there a function or method for decoding OPC-UA extension objects to readable form
UaExpert is displaying this array as follows:
Is there any way to decode this extension object to a readable form? My output is the following. I done some research and the question has been raised but I haven't found any examples. Using the dict…

David Filler
- 198
- 7
1
vote
1 answer
.NET xslt Extension Object not found
I am trying to implement a .NET xslt extension object the checks for the existence of an xml file following examples from here and there. I also pondered some related SO posts which weren't much help.
When I try to find the extension with the…

ron tornambe
- 10,452
- 7
- 33
- 60
0
votes
1 answer
How do I properly write an ExtensionObject Array on an Eclipse Milo OpcUa Server?
I am trying to write an Array of ExtensionObject on an Eclipse Milo OpcUa Server.
I'm doing all this in Java 8 and on Milo 0.2.3.
My way to test what I wrote to my Server is the Unified Automation UaExpert Client and a little Python client. Both…

Timo Steinbring
- 5
- 5
0
votes
3 answers
Create custom tag extending XSLT using .NET
Is there a way to create custom tag extending XSLT in a similar way to custom function?
ie (in my xslt file):
expected output:
- 53
- 1
- 1
- 5

Lookhill
0
votes
1 answer
Clear current selection in a QlikView extension object
I have an extension object in which I use _this.Data.SearchColumn(0, "*" + d.name + "*",false); to make a selection, where _this is the local variable that holds the reference from QlikView (var _this = this;).
I want to be able to clear all…

Crina
- 71
- 2
0
votes
1 answer
Special char in Xslt file
I'm calling a method of my extension object.
Here is my method's signature:
public string GetValue(string xPath) { }
And here is the place I call it in my Xslt file:

xkcd
- 2,538
- 11
- 59
- 96