Which XSLT Engine?

Hi there,
Which XSLT engine and XML Parser is used by default in SAP WEB AS 6.x?
I assume from some docs I have read that this will be some INQMY SAP own's implementation but want to just confirm my assumptions.
Thanks,
Rob.

Yes, you are correct, you can find them all in the inqmyxml.jar (which can be found for example in the additional-lib directory on your WAS server).
All the parsing llibraries are based on the open source versions, but then there are apparently some inqmy specific extensions (why else would they have created their own libraries?).
Cheers,
Kalle

Similar Messages

  • XSLT mapping - Which transformation engine is used in PI 7.0

    Hi,
    In my favorite xslt tool I can choose which transformation engine I want to use while executing the xsl.
    Which Transformation engine is used in PI 7.0 ?
    (Nice to test with the same as PI have....)
    Br, Martin

    Hi ,
    as per my knowledge PI 7.0 uses XALAN parcer to execute XSLT Mapping programs,its available in in PI server it slelf.
    Regards,
    Raj

  • How to use an external XSLT engine for Oracle BPEL Process Manager

    Hi,
    is there a way to use an external XSLT engine instead of the build in provided in Oracle BPEL Process Manager?
    The reason is to perform some XSL Transformations that use an OWL Query language.
    Thanks!

    Yes. you can write your own xpath function which can connect to external xslt engine and pass-in your document:
    <copy>
    <from expression="my:myxslt-processor(bpws:getVariableData('var1','part'))"/>
    <to variable="v2" part="payload/>
    </copy>
    The following Thread discusses about how to create an extension xpath function:
    http://forums.oracle.com/forums/thread.jspa?forumID=212&threadID=305548

  • Getting message Attempt to determine which Adapter Engines......

    Hello All
    1. I am Getting System message 'Attempt to determine which Adapter Engines are affected by data changes failed' in the Integration Directory.
    Updating SOAP Adapter (Sender channel).
    Refreshed all caches...
    2. Also while testing using SOAP Test client getting response
    HTTP/1.1 500 Internal Server Error
    connection: close
    set-cookie: JSESSIONID=(XIServerName_03)ID1387309050DB21025913116517472411End; Version=1; Path=/
    set-cookie: saplb_*=(XIServerName_03)31556950; Version=1; Path=/
    server: SAP J2EE Engine/6.40
    content-type: text/xml; charset=utf-8
    any idea?
    Thanks in advance

    Hi Naveen
    Thanks for your reply...
    Actaully previously sender channel was working fine, i just updated the default namespace in the channel.
    I was getting the error because of wrong namespace in channel (Case sensitive).
    So i updated this name space and after activation i am getting above message while testing.
    Regards

  • Which XSLT Processor does CF8 use?

    I'm writing some XSLTs and would like to use the fn:base-uri() that is accessible in Saxon-SA 9.1.0.7 or later editions.  I cannot find any documentation on which XSLT processor(s) CF8 uses.  Nor can I find anything on possibly upgrading it or using CF to access an external processor.  Can anyone point me in the right direction on how to do upgrade CF8's XSLT processor, use another one via CF or even another function that the fn:base-uri() can do.
    What I'm trying to do with the function is to get the XML's file name so that I can parse it out and insert it into the transformed XML.
    EXAMPLE XSLT:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs" version="2.0">
        <xsl:output method="xml"/>
        <xsl:variable name="filepath">
            <xsl:value-of select="base-uri()"/>
        </xsl:variable>
         <xsl:template match="/">
              <xsl:value-of select="$filepath"/>
         </xsl:template>
    </xsl:stylesheet>

    Probably most of the heavy consumption is PGA related.
    http://docs.oracle.com/cd/B28359_01/server.111/b28274/memory.htm#i49320
    Have a look at the AWR history views concerning memory consumption. ADDM, ASH, AWR etc should give you more insight. See also the awr/addm/ash/-rpt.sql scripts in $ORACLE_HOME/rdbms/admin on the database server. You (officially) would need Diagnostic en Tuning pack licenses though, so be warned (even for "touching" those views). Probably the heavy consumption of memory is or (wrong) storage related or inefficient code...

  • Update XSLT engine, add metadata to images.

    Hello,
    It'd be super fantastic if the XSLT engine could be updated and support XSLT 2.0. Also have the option to format and indent on export.
    I don't think I can add metadata to images within InDesign. That be another plus.
    Regards,
    Eric

    It shouldn't be too hard (I guess ...) to make the XSLT processor a user-definable choice. That way I could use my trusty Saxon 8.0, wiv' extensions, smack right inside ID.

  • Which XSLT versions are support by Oracle BPEL? v1.1  or v2.0?

    Which XSLT versions are support by Oracle BPEL? v1.1 or v2.0?
    As far as I heard v1.1 is the highest version but some functions of v2.0 are supported as well.
    Is this true?
    If yes: Which XSLT functions of v2.0 are supported?
    Does it matter if I change the
    version="1.1"
    attribute in the topmost
    <xsl:stylesheet......>
    tag?
    Which XSLT processor is built-in/used?
    Peter

    XSL mapper in BPEL supports 1.0 only in-built. And this is true for 11g also. However, we can declare <xsl:stylesheet version = 2.0 ... and use all xpath 2.0 functions. I have used few of them and has been successful so far. Once you declare version as 2.0 the only issue will be that XSL's visual GUI mapper will not work in JDeveloper and you will need to modify the code from the source.

  • Any way to limit memory which XSLT processor uses?

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE     11.2.0.3.0     Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - ProductionWe use the xmltype.transform method to transform XSLT. We got oodles of memory (25Gb assigned to Oracle) but we do use a lot of that......
    Is there a way to limit the amount of memory that the XSLT engine uses so as to avoid out of memory errors?
    Errors in file /ora/oracle/diag/rdbms/prod01/PROD01/trace/PROD01_j001_16149.trc:
    ORA-27102: out of memory
    Linux-x86_64 Error: 12: Cannot allocate memoryThe XML file was just under 20Gb in size. I regularly see 10Gb xslt transformations using around 2Gb ram (via the top command on linux). I have no visibility to what the memory consumption was the time of the failure.

    Probably most of the heavy consumption is PGA related.
    http://docs.oracle.com/cd/B28359_01/server.111/b28274/memory.htm#i49320
    Have a look at the AWR history views concerning memory consumption. ADDM, ASH, AWR etc should give you more insight. See also the awr/addm/ash/-rpt.sql scripts in $ORACLE_HOME/rdbms/admin on the database server. You (officially) would need Diagnostic en Tuning pack licenses though, so be warned (even for "touching" those views). Probably the heavy consumption of memory is or (wrong) storage related or inefficient code...

  • I use google in the search bar..where you get to pick which search engine you want.When I enter a search term a get a google 404 error. All other serch engines work. Help! Thanks

    Question
    I use google in the search bar..where you get to pick which search engine you want.When I enter a search term a get a google 404 error. All other serch engines work. Help! Thanks

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Problems with XMLP's XSLT engine

    Hi,
    To work around the limitations of the XMLP's builtin
    crosstab support, I have included a XSL file
    like <?import: file:///C:MakeTheTable.xsl?>
    and used <xsl:call-template name="myTable">
    to invoke the template and generate the XSL-FO
    directly. Now the problem is that XMLP's XSLT
    engine gives in some table cells wrong values
    (compared to XML-Spy's XSLT engine and Microsoft
    MSXML 4.0). Is there a way to assign XMLP's XSLT
    engine as "external XSL transformation program" in
    XML Spy?
    I am using the "Preview - PDF" menu in WORD.
    Is there a way to get the generated XSL-FO?
    Thank you,
    Heinz

    Hi,
    I used XMLP's Java API to write a little application that I can use as "external XSL transformation program" for XML Spy. My findings so far:
    - XMLP's FO engine gives correct results, the problem is caused by XMLP's XSLT engine, that creates a bad FO-file.
    - I tried a workaround, replaced a for-each loop with some XPath statements by an for-each-group, group-by, current-group(). I got a different result, but not the correct one :-(
    Our motivation to look at XML Publisher was, that the cross-tab (matrix) support of
    Oracle Reports was not very good, for that what we needed. I am beginning to get the
    impression, that the cross-tab support of XML Publisher is even worse. Of course are
    any positive, optimistic comments appreciated.
    Heinz

  • Which search engine is used in Firefox OS search?

    I want to know which search engine is used in the search bar of Firefox OS which I used to search for web apps.

    Hi Raiyad Raad,
    The Global Search feature in your Firefox OS device uses some of [http://everything.me/ Everything.me]'s implementations, while hosted by Mozilla.
    Please also note that, depending on your device, it may be possible to change the settings of the default search engine in the browser of your Firefox OS device.
    - Ralph

  • User Agent of Adobe Webcapture 9.0? Which browser engine is used?

    What please is the User Agent of Adobe Webcapture 9.0 for Windows, please?
    Which browser engine is Adobe Web capture using if being launched through Adobe Acrobat Pro?
    Your help would be very much appreciated.

    Having same problem using:
    Adobe reader 9.3.2.163
    Windows 7 Home premium Version 6.1.7600, 64bit
    IE 8.0.7600.16385
    Possible solutions found:
    1.  Emailed document to myself from within the reader window (you can enable email button by right clicking on print icon, brings up a menu where clicking on "email" enables the email button on the menu, clicking on that brings up a window where you can send link or copy, send copy spawns an outlook message to yourself with the attachment already filled in, email).  Upon receipt, attachment can be saved (right click, save as).
    2.  Turn of IE protected mode, restart IE, view the pdf, the save icon is now active.  (Your computer is at risk using this option - if you turn it off - you probably should go back and turn protected mode back on again).
    Anyone have any other suggestions?  Just glad to find a work-around ... Would love Adobe to take a look and see if there is a solution to this!

  • Can you make a menu for the right-click search so that when I highlight text and search, I can choose which search engine to use?

    If you Highlight text you can right-click on it to pull up a short menu. One option is "Search x search engine for 'highlighted text'" Previously, the search engine selected would be whichever search engine was selected on the search bar, so Google or Amazon.com, etc. Because you can no longer change that selection before you search, the search engine is set to your default. Was an annoyance before, but now it's just a hindrance.

    Strongly recommend Context Search extension which will solve your problem
    - https://addons.mozilla.org/en-US/firefox/addon/context-search/?src=search

  • Which 3D Engine to use? Futureproofish!

    Hi all,
    As a former 3D Artist Im really excited about the new molehill platform and finally seeing real 3d support for flash after the papervision revolution.
    Here is my question though, out of the supported 3D engines for molehill, which one would be the best to dedicate my time learning:
    Alternativa3D
    Away3D
    Coppercube
    Flare3D
    Minko
    Sophie3D
    Yogurt3D
    Zest3D
    Or should I go the route of Unity?
    Im leaning the way of Away3d or Alternativa3D as they have been in the game the longest.  Any opinions are appreciated.

    I'd go with Away3D. Even if Away3d had a commercial license I'd still do it I'm part of the away3d dev mailing list on google groups so I see every day how these people work to improve/build the engine and they certainly don't mess around or slack in any way. For example, I posted a bug (as there are many, since it's in alpha stage) related to the new flash player 11 capabilities it was fixed and applied in svn by the end of the day. People can sometimes think that open source means less support but in the case of Away3D that's not true. The community is strong and the support from the team is on the same level as that of a commercial product. They (the core team) make their money off of offering professional consultation and development services based on this open source software so they're just as committed to it as any commercial project. Anyway thats my 2 cents.

  • XSLT support in OSB10gR3

    Hi,
    I am using OSB10.3 and would like to know the support of XSLT Version 2.0 on it.
    Does it support XSLT 2.0 or not and which XSLT engine it uses?
    Thanks in advance
    Ananya
    Edited by: Ananya Bhushan on Apr 27, 2010 9:35 PM

    Hi Ananya,
    I do not think XSLT 2.0 is supported in current version of OSB and NOT sure but perhaps it uses Xalan processor for XSLT. Contact Oracle Support for formal confirmation.
    Regards,
    Anuj

Maybe you are looking for