XSL using Instant Saxon

I am using oracle 8.1.7 database on windows2000 advanced server.I am using Instant saxon in order to transform XML documents into new XML documents.I am providing the Instant Saxon with the source XML document and XSL document.Its output in the IE6.0 is just fine like this:
<?xml version="1.0" encoding="utf-8" ?>
<WRATE_INDICATORS>
<mappings>
<RIND_CURR_CODE_1>119</RIND_CURR_CODE_1>
<RIND_CURR_CODE_2>131</RIND_CURR_CODE_2>
<RIND_INDICATOR>1</RIND_INDICATOR>
</mappings>
<mappings>
<RIND_CURR_CODE_1>119</RIND_CURR_CODE_1>
<RIND_CURR_CODE_2>136</RIND_CURR_CODE_2>
<RIND_INDICATOR>1</RIND_INDICATOR>
</mappings>
</WRATE_INDICATORS>
But when i press view->source to see it in text file i get the following output:
<?xml version="1.0" encoding="utf-8"?><WRATE_INDICATORS><mappings><RIND_CURR_CODE_1>119</RIND_CURR_CODE_1><RIND_CURR_CODE_2>131</RIND_CURR_CODE_2><RIND_INDICATOR>1</RIND_INDICATOR></mappings><mappings><RIND_CURR_CODE_1>119</RIND_CURR_CODE_1><RIND_CURR_CODE_2>136</RIND_CURR_CODE_2><RIND_INDICATOR>1</RIND_INDICATOR></mappings></WRATE_INDICATORS>
Does the instant Saxon always do that??...Is there a way or maybe another processor in order to get the output in text file the same as IE6.0. Can i generate the file without the (encoding="utf-8") in the beginning of the file?
Thanks a lot...

There is no rule that says that the "http://www.w3.org/1999/XSL/Transform" namespace must use the prefix "xsl". Any prefix will work just as well, as you found out. It's just a convention that makes it easier for people to work with XSLT.
As for why the xsl:namespace-alias element isn't working the way you (and I) think it should, there are two possibilites: (1) it's a bug in Xalan (2) we are misunderstanding it.

Similar Messages

  • How to use instant messaging

    how can i use instant messaging with other iphone just like blackberry messaging

    At this time, there is no instant messenger application as Wright explained. Apple has not devouted to adding an instant messenger system nor widgets to the iOS, except by SMS and FaceTime.
    You can download many instant messenger programs in use for the iPhone. Most of which are free. There are also group messenger programs that you can record your instant messengers within.
    Palringo, eBuddy, Skype, AOL, Yahoo, MSN, Google, and many more keywords can be used on the App Store.

  • When I open my email account thru Firefox, there is a blinking message in my task bar stating that "lorainemihiril" sent me a message. I DO NOT know this person, I can't make it go away and I NEVER use instant messaging. How do I get rid of this???

    When I open my email account thru Firefox, there is a blinking message in my task bar stating that "lorainemihiril" sent me a message. I DO NOT know this person, I can't make it go away and I NEVER use instant messaging. How do I get rid of this??? Sometimes there is more than one of these flashing messages all with the same name.

    Disable Yahoo Messenger in your Yahoo Mail account.
    Use the arrow on the right of your account name to go offline or sign out.
    * http://help.yahoo.com/kb/index?locale=en_US&y=PROD_ACCT&page=content&id=SLN2003

  • Cannot use instant messenger in Yahoo Mail anymore and don't know why

    when I go into my Yahoo Mail, I cannot use instant messenger. If I click on someone on line nothing happens at all. I have been told to delete and reload this program (IM) but have tried repeatedly and cannot find it anywhere. Also tried contacting someone on facebook and got no response so I assume it's not working on the chat feature either

    Known issue, our QA team working on it, See
    * https://bugzilla.mozilla.org/show_bug.cgi?id=713014
    you can follow the bug by opening bugzilla account and add to CC list :)

  • Problem using instant client with Win 7

    Hi,
    I have a Powerbuilder application that runs very well with Win XP and Oracle client 8 to 10.
    With new computers (Win 7), we try to use instant client... but there are problems with accents ! In fact, all accents are replaced by a "¿" in the database.
    It only appears when we are using our programs from a Win 7 machine with instant client.
    Do you know if there is something to configure to solve this problem ?
    Best regards.

    user1931557 wrote:
    Hi,
    I have a Powerbuilder application that runs very well with Win XP and Oracle client 8 to 10.
    With new computers (Win 7), we try to use instant client... but there are problems with accents ! In fact, all accents are replaced by a "¿" in the database.
    It only appears when we are using our programs from a Win 7 machine with instant client.
    Do you know if there is something to configure to solve this problem ?
    Best regards.
    If the characters only appear on certain clients, then they are NOT being "replaced ... in the database".  What you are seeing is an issue with presentation, not data.

  • XSL used on XML validated against XSD

    Transforming XSD validated XMLType Data
    Re: example XSL in Chapter 6 that transforms XML with associated XSD schema definition (Oracle 9i XML Database Developer's Guide)
    I noted that this XSL uses only the "general" node identification functions (e.g., name() ) to access nodes in the <xsl:value-of select..>. I have also noted that standard XSL templates from other sections of the documentation, for example in Chapter 3 and in Appendix D, do not work with an XML which is validated against an XSD schema.
    Can anyone give me an example <xsl:value-of select..> that addresses a specific node in the "purchase order" example, like the shipTo, name, street -- or any other specific node. This is critical since there is always bound to be node-specific processing in any transformation, and this is not demonstrated by any example of XML which has been validated against an XSD.
    I have tried this endlessly on my own examples of XML w/XSD validation. Even if the value-of select="name(.)" tells you that the name of the node is "FooBar", you cannot use FooBar as a select test to do FooBar specific processing.
    Help?????

    Not quite understand your question. Can you send me the example doc?

  • Import xml/xsl using javascript

    I had problem in import a xml file with xsl using javascript. CS3 only take the elements in xml without any xsl information when I defined doc.xmlImportPreferences.transformFilename="c:\\sample.xsl"; What else do I need to define to allow CS3 know that my xsl file is sample.xsl.

    By the way, after I maunually import them, it can be handled by the program. I wonder there must be something missing when I try to import it viw Javascript at first time.

  • What apps to use instant of words

    What apps to use instant of words

    They're all word processing programs. As to which is the 'best' it's a matter of personal preferences.

  • MS SQLServer Linked Server using Instant Client?

    Does anyone have an example of setting up a linked server in SQLServer using instant client ODBC?

    user11273096 wrote:
    Hi All,
    PLease need help urgently....
    Have issue of connecting to a remote oracle server after following several tutorial online from step A-Z. http://www.dbatoolz.com/t/installing-oracle-instantclient-basic-and-instantclient-sqlplus-on-win32.html
    I am the DBA that installed the remote oracle too so every information are right.Either you are mistaken or Oracle is in error.
    I doubt Oracle mis-reports reality!
    >
    These are the errors: ORA-12154 or ORA-12560 TNS: protocol adapter error.ORA-12154 ALWAYS only occurs on SQL Client & no SQL*Net packets ever leave client system
    ORA-12154 occurs when client requests a connection to some DB server system using some connection string.
    The lookup operation fails because the name provided can NOT be resolved to any remote DB.
    The analogous operation would be when you wanted to call somebody, but could not find their name in any phonebook.
    The most frequent cause for the ORA-12154 error is when the connection alias can not be found in tnsnames.ora.
    The lookup operation of the alias can be impacted by the contents of the sqlnet.ora file; specifically DOMAIN entry.

  • How cn i use instant message in my nokia 6230 phon...

    Hw cn i use instant message in my nokia 6230 model phone.
    Solved!
    Go to Solution.

    You could look at IM+ for Java phones.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • How do I generate HTML from XML & XSL using XSL Processor ?

    I want to generate a HTML from XML & XSL using XDK for C on
    linux-8i.
    I run the XSLSample well.
    But it only generate a XML from a XML & a XSL.
    Can any one give me some advise or sample code?

    Just use HTML tags instead of xml tags in your stylesheet, and
    you'll generate HTML instead.
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:template match="/">
        <html>
          <body>
            <xsl:for-each select="ROWSET">
              <table border="1" cellspacing="0">
                <xsl:for-each select="ROW">
                  <tr>
                    <td><xsl:value-of select="EMPNO"/></td>
                    <td><xsl:value-of select="ENAME"/></td>
                  </tr>
                </xsl:for-each>
              </table>
            </xsl:for-each>
          </body>
        </html>
      </xsl:template>
    </xsl:stylesheet>

  • IS anyone experiencing Pages freezing up now that they are on Lion. Especially when using instant alpha?  Suggestions?

    I just upgraded to Lion and now Pages is running very slow.  I have the lates version.
    It hangs when I use Instant Alpha.

    I just upgraded to Lion and now Pages is running very slow.  I have the lates version.
    It hangs when I use Instant Alpha.

  • How to convert xml file to xsl using java

    Hi all,
    I have an XML file with which i need to convert(transform) it to an xsl file using java.
    I am new to converting xml file to xslt.Please send me if u have code .
    Thanks in advance
    regards
    Ram

    You seem to be asking the wrong question. An XSL file can be used to transform an XML file, but transforming an XML into an XSL does not make sense. The API for running XSL transforms on the Java platform is described here:
    http://java.sun.com/javase/6/docs/api/javax/xml/transform/package-summary.html

  • Applying an XSL using PL/SQL

    I've got a question about the XML toolkit.
    I want to apply an XSL stylesheet on an XML document internally in the database using PL/SQL.
    I've got an application that must work with XML internally but its output must be anything. (CSV, XML, WML etc).
    Normally (when using IE 5.x) the stylesheet is applied when the document is parsed. I want to do this internally in the database.
    Is this possible? And does anyone have examples of this?
    THanks in advance.
    Martin Kleinman,
    Webdeveloper, Desyde BV, Baarn

    Dup post. Posted in AQ forum at {thread:id=1126132}

  • Outlook 2007 crashes when using instant search

    We have a problem that seems to be affecting some users.
    in Outlook 2007 they have attachable mailboxes to view the sent items of that mailbox. When they go to the sent items and try to search for an e-mail by subject or address or key word etc it crashes Outlook.
    Things I have tried:
    removing and re adding the attachable mailbox
    recreating the users profile
    reinstalling office 2007
    indexing the attachable mailbox
    none have worked.
    the OS is Windows XP SP3 using Outlook 2007 and MS Exchange 2003
    any help would be most appreciated.
    Thanks
     

    You can checkout further link to fix instant search crashes issues with the all possible reasons and their solutions :
    http://www.msoutlook.info/question/47

Maybe you are looking for

  • BT Vision box freezing but tv picture still in the...

    Hi, I am hoping someone can help. I have the black bt vision box and it appears to have stopped working. When I reboot it I have about ten seconds where I can control it using the remote. After that whatever menu is on the screen after that point sta

  • DLL Error Message When Installing itunes

    I am new to using ipods. I tried to download itunes yesterday, after the installation process I got a message that said "The DLL needed to run can't be found. Contact package vendor or administrator". I don't have the cd that comes with the box, do I

  • Problem in  setting Composite Instance Index in SOA 11G

    In SOA 11G the setIndex() xpath function is not working . But It was working in 10G. If I use this setIndex function in BPEL Java Embedding , in audit trails the function is executed. But If I see the result by querying the DEV_SOAINFRA.COMPOSITE_INS

  • My Airport Express reads as '[Name] (Number)' on iTunes

    I frequently connect to my Airport Express (latest gen) using my Macbook Air 13" (2013) through iTunes (latest version) and my Airport Express shows on the list very strangely compared to the other Airport Expresses I can see on the list. I have call

  • FCP 10.1.3 multiple graphic images into one frame

    Hi - How do I put multiple graphic images into one frame? - so it kind of looks like a video wall - except these are still images. I can do it manually but it's not precise. Anyone found a way other than this? Thanks.