
Blogs
Blogs
Matching:
stylesheet
X

Display: |
𝖍𝖆𝖑𝖑𝖔-𝖜𝖊𝖑𝖙.𝖝𝖘𝖑 |
|
Scripting for Stylesheet Caching
How to cache all your stylesheets: This is a useful trick for several reasons. If you are curious to see how much memory all of your compiled stylesheets could possibly use, here is a (relatively) quick way to find out. Also, with some modification,...
Modified on by SteveWebb
|
|
Determine whether Probe is enabled in XSLT
I am responsible for DataPower Probe since I joined DataPower (Compiler) team 7 years ago. Just looked at the 18 Probe related APARs from the last 4 years and saw that I did fix half of them. Probe is a very useful debugging tool in DataPower development. I...
from Blog: HermannSW
Modified on by HermannSW
|
|
How to dp:transform() with a dynamically generated stylesheet
HermannSW
Tags:
stylesheet
datapower
coproc2
dp:transform()
cache
dp:generate-uuid()
attachment
11,264 Views
In this developerWorks DataPower forum posting Rohit raised the interesting question stated in the title: https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014590913#522ed195-b980-4007-9371-ea3a6eb3b152 It is...
from Blog: HermannSW
Modified on by HermannSW
|
|
hex2num
I do need a little helper function which converts a "byte" value represented by two hexadecimal digits into a number from 0-255. Since this function will get called very often, choosing "the right" solution here is key. This posting...
from Blog: HermannSW
|
|
gpxs2kml.xsl: convert multiple gmap-pedometer.com routes to Kml
In my last BLOG posting "Google Maps API and XSLT" I made use of a file in ".kml" format consisting of my interesting running routes abroad of Germany.
In this posting I want to show how I extracted these routes from gmap-pedometer.com...
from Blog: HermannSW
|
|
probe-timestamps.xsl -- timestamps from "Probe Export Capture"
HermannSW
Tags:
xslt
capture
transaction-id
attachment
non-xml
stylesheet
datapower
probe
13,577 Views
I read that someone was interested in seeing timestamps for each transaction in DataPower Probe. Since its not in the product, a RFE (Request For Enhancement) would be needed. Unfortunately timestamp information is nowhere accessible in Probe...
from Blog: HermannSW
|
|
Today 11am EDT: 2nd webcast on Non-XML Data Processing in DataPower Stylesheets
HermannSW
Tags:
datapower
binary
webcast
stylesheet
non-xml
xslt
ebcdic
coproc2
encoding
makeswa
12,601 Views
Today will be the 2nd webcast on this topic, see the dial in details under the following link " Non-XML Data Processing (2/2) Advanced Webcast on Oct 13, 2011" http://www.ibm.com/developerworks/forums/thread.jspa?threadID=390124 This is the Agenda...
from Blog: HermannSW
|
|
unzip-l.xsl -- XSLT implementation of "unzip -l" command
HermannSW
Tags:
dp:url-open
manifest
xslt
stylesheet
zip
attachment
datapower
archive
13,288 Views
Today's posting https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14691375#14691375 provides the single-stylesheet implementation of "unzip -l" command -- nice! $ coproc2 unzip-l.xsl coproc2.zip http: //dp3-l3:2224 -s | tidy -q -xml...
from Blog: HermannSW
|
|
ITCAM for SOA Requester ID stylesheet to use CN= in the Req ID field Community Blog
jwalczyk
Tags:
datapower
custom
itcam
response
stylesheet
client
id
for
soa
xsl
requester
11,508 Views
ITCAM for SOA v7.1.1 allows you to examine the metrics and relationships by requester identity for a specific service port and operation pair. http://publib.boulder.ibm.com/infocenter/tivihelp/v3r1/topic/com.ibm.itcamsoa.doc/kd4ugmst70.htm#ws_reqidforoper...
from Blog: Application Performance Management
|
|
Latency messages in DataPower appliance |
|
Stylesheet Profiling Tmes
Stylesheet Profiling is a very useful technique for tracking down processing bottlenecks in stylesheets. Please have a look on the two slides from last year's WSTE presentation: http://www-01.ibm.com/support/docview.wss?uid=swg27019118&aid=1#page=4 ...
from Blog: HermannSW
|
|
Accessing XML Management interface from within a stylesheet
HermannSW
Tags:
amp
dp:soap-call
soma
xml
stylesheet
management
datapower
xslt
6 Comments
22,799 Views
This posting is a complete walk-through of the steps needed to issue calls against the XML management interface from within DataPower stylesheets. As precondition we have already enabled XML Management interface on dp3-l3:5550. Also we have created user...
from Blog: HermannSW
|
|
coproc2 again -- integration in Eclipse
In one of the comments to my previous posting on coproc2 https://www.ibm.com/developerworks/mydeveloperworks/blogs/HermannSW/entry/coproc210 I used coproc2.java in Eclipse to run transformation 2hex.xsl on file some.xml on a DataPower coproc2 endpoint...
from Blog: HermannSW
|
|
coproc2
HermannSW
Tags:
java
xslt
stylesheet
coproc2
sha1
cache
coproc
datapower
9 Comments
24,170 Views
With announcement Deprecated features in the 3.8.0 IBM WebSphere DataPower SOA Appliances products the coprocessor features (with xa.jar) has been deprecated. It is still part of even 3.8.2.x firmware though. The recommended alternative from deprecation...
from Blog: HermannSW
|
|
[xsl] support of stylesheet embedding for ALL browsers
This is how section 2.7 of the XSLT 1.0 spec begins: "Normally an XSLT stylesheet is a complete XML document with the
xsl:stylesheet element as the document element. However, an XSLT
stylesheet may also be embedded in another resource. ..."...
from Blog: HermannSW
|