How to remove ?xml version=

Dear All,
The moment I can see <?xml version="1.0"?> sentence in JSC produced pages going in the first line.
Does anybody know the easiest way to remove/disable this 'feature' from the generated pages.
The problem is comming using IE6.0 as a browser. I use CSS styles with fixed-size centered colums. IE6.0 goes nuts while anything else coming before DOCTYPE definition and swithes to quirk mode.
Quirk mode makes my CSS looks agly and doesn't support centered layout.
I have to say it is very annoying :)
Alex

Sorry, but I want remove this first line with <?xml version...
To check what gives a bug I did the following:
1.Run my page in design mode and it looks fine
2. Clear and build my project, run it under Sun App Serv 8.2
3. Can see centered CSS doesn't work
4. Save source HTML by using 'View Source' context menu and remove annoying <?xml version...
5. I got it - IT WORKS FINE.
6. Please look at http://www.adobe.com/devnet/dreamweaver/articles/css_concepts_03.html (paragraph just before picture of Quirk and Standard mode)
7. What is the reason of putting <xml into to the first line. XHTML is NOT xml anyway.
King regards,
Alex

Similar Messages

  • How to remove xmls from output?

    Hello All,
    I have created a BPEL process that takes a flat file and converts to an XML file. I get an output of the following (see below). Is there a way that I can remove xmlns="" from the output?
    Incorrect Output
    <?xml version="1.0" encoding="UTF-8" ?>
    <WhseShipNotice xmlns="">
    Correct Output
    <?xml version="1.0" encoding="UTF-8" ?>
    <WhseShipNotice>
    Any suggestions?
    Regards,
    Kathy

    I can remember if this xsd removes namespaces correctly, I think it may still have the initial xmlns at the top but give it a try. Typically what needs to be done is some embedded java to do this.
    <schema targetNamespace="http://www.oracle.com/Gateway"
            xmlns="http://www.w3.org/2001/XMLSchema">
      <element name="Message">
      <complexType>
        <sequence>     
          <element name="Header">
            <complexType>
            <sequence>
               <element name="UniqueID"             type="string"/>
               <element name="RoutingRule"          type="string"/>
               <element name="FileName"             type="string"/>
               <element name="Destination"          type="string"/>
               <element name="TransportType"        type="string"/>
               <element name="Attachment"           type="string"/>
               <element name="MQMessageID"          type="string"/>
               <element name="MQCorrelationID"      type="string"/>
            </sequence>
            </complexType>
            </element>
          <element name="Payload"            type="base64Binary"/>
        </sequence>
      </complexType>
      </element>
    </schema>cheers
    James

  • How to change XML version in outbound XML file generated in XI

    Hi, I am getting following two records in the beginnning of my out bound XML file.
    <?xml version="1.0" encoding="utf-8" ?>
    <ns0:MT_WPUUMS01_Salesdata xmlns:ns0="http://ws-sapretail-pos.com/salesdata">
    Is there any control in XI to modify these two lines, in outbound files.
    Also, for inbound files, is there any way to process messages successfully, even if XML files from other systesm comes in different formats (xml version tag and nso tag lines)

    <?xml version="1.0" encoding="utf-8" ?>
    <ns0:MT_WPUUMS01_Salesdata xmlns:ns0="http://ws-sapretail-pos.com/salesdata">
    these two lines will be added when you create the  Message type name
    MT_WPUUMS01_Salesdata  is the message type name
    http://ws-sapretail-pos.com/salesdata"> is the name of your namespace......
    so if you want to chage these two lines in each XML build your MT and namespace accordingly.......
    even when you are importing the XML from o ther systems, you dnt have to worry about these tages as you import them in external definitation and select them only in message interface........should not be a problem if you import the XML from other systems
    whole conecpt is when you add these two lines it will convert the XSD to XML so when you have the XML form other system you only need to crer ate the WSDL out of it...
    let me know if i am not clear or if i understood your question wrong....

  • How to remove latest version of Acrobat X

    How do I remove version 10.1.10 and go back to 10.1.9?  I believe I have an error where stamps are automatically deleted in Shared reviews.  It started happening when users downloaded 10.1.10.
    Thanks,
    Josh

    Thanks for the reply.  A little more detail on the error.  In a shared review when a user put a stamp on the pdf and publishes it, everything goes thru correctly, and they get the pop up response "1 new comment was published."  In the background the .XML file looks correct in the review folder.  If anyone else opens the review they can not see the stamp.  The Welcome screen will show a 1 comment by the user name, but there will not be a comment on the document or in the comment list pane.  When the user who posted the comment opens the review again their stamp will not show up and the "Publish Comments" button will be highlighted.  When they click it they get the pop up response "1 comment was deleted".  They are stuck in this cycle forever.  One odd thing we have found is that all other annotation/drawing markup tools are working correctly.  It is only the stamp tool that has this issue.

  • How to remove XML namespace in SOAP request

    Hello
    I would like to change one of our existing interfaces to use a SOAP communication channel rather than File. The file currently contains FIDCCP02 Idocs.
    I have created a new communication channel using SOAP 7.1 and generated a Java client. When I send a request to the endpoint from Java, PI returns a SOAP fault.
    Error
    The error in the monitor is 'No standard agreement found for ..'. I think this is because the file contains XML with a root element with no namespace, but the root element in the SOAP message does have a namespace.
    Example requests
    File message :
    <FIDCCP02 xmlns:ns2="http://dorsetcc.gov.uk/FIN_I26/Invoice/PremierFin" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    SOAP message :
    <ns2:FIDCCP02 xmlns:ns2="http://dorsetcc.gov.uk/FIN_I26/Invoice/PremierFin" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    When I send a test request from RWB with no namespace it is successful.
    Attempt to remove namespace
    I have tried adding AF_Modules/XMLAnonymizerBean with no parameters as the first module on the SOAP communication channel, but this does not appear to make any difference. I have refreshed the cache.
    regards
    Steve

    Hello Iñaki
    Thanks for your reply.
    I had read the blog about the XMLAnonymizerBean. It looks very straightforward, and in theory should do just what I need.
    I've added the anonymizer bean as the first module as the SOAP message is asynchronous, and I want to remove the namespaces from the request.
    I want to exclude all namespaces so I haven't set any parameters.
    The SOAP channel in Communication Channel monitor has a status of 'Channel Started but inactive'. I cannot see any messages in the Processing Details for this channel, even though I have sent test messages from Java code and from RWB (the message from RWB without the namespace does reach the receiver). This makes me wonder if I have not configured the interface to use the new SOAP channel correctly, although I can see it in the Receiver Determination configuration overview.
    I can see the messages in SXMB_MONI but can't find which communication channel is being used by the sender.
    I'm using PI 7.1.
    regards
    Steve

  • How to remove old version of Reader

    Removing Reader 10.0.1
    I cannot run the current version of reader because I cannot remove the older one.  I am told that the "patch" does not exist. Help.

    Run: http://labs.adobe.com/downloads/acrobatcleaner.html
    Then re-install.

  • How to remove old version of Bonjour?

    I am having a problem updating itunes due to an error reguarding Bonjour. It says that an older version of bonjour could not be removed, to consult my apple community or something to that effect. Then iTunes installer is interupted and no changes are made to the system. Please anyone w/ info I would really appreciate it. Thank you in advance

    Have you tried using Add or Remove Program?
    Open start > Settings > Control panel (open your control panel if you see it when you open your start menu) > Add or Remove Program then find Bonjour and remove it.
    OR
    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove".
    Quit out of CleanUp, restart the PC and try installing iTunes again. Does the install go through properly now?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • How to remove bogus version adobe 9.5.1

    I somehow downloaded a bogus version of Adobe 9.1.5 and it will not allow remove the program.  Anyone have this problem.  This is the error message I get when trying to remove it:
    "This patch package could not be opened.  Verify that the patch package exists and you can access it.\, or contact the applications vendor to verity this is a valid Windows Installer patch package."

    Run the Acrobat Cleaner Tool, reinstall from scratch. Downloads here:
    Direct Download Links for Adobe Software
    Mylenium

  • How to remove XML messages from Integration Engine

    Hi,
    i had created file - XI -file scenario activated it and check messages using tcode SXMB_MONI .Error messages coming after every minute as i set polling intervals to 60 seconds .Now i had deleted related objects from IR and ID but still XML messages coming in ....please anyone can help to stop this scenario anyhow.

    Dear Jai ,
    i had checked everything before this and even i have checked now and i had created that scenaio by my own userid and passwd. Checked sender interface, reciever interface in SXMB_MONI it's the same which i had given name to them . Even we people are surprised that after deleting all the things in IR and ID . i don't know exactly why it is coming but what i am guessing is that after activating the scenarios it might get executed from XI runtime cache and there is no dependency on IR and ID objects . so what i had done that i completely refreshed the XI Runtime Cache by using tcode SXI_CACHE but it's still not working that way also.
    Message was edited by:
            ashwin dhakne
    Message was edited by:
            ashwin dhakne

  • How to remove several versions of firefox remotely

    I have several versions of firefox, i want to uninstall all of them to install from sccm the last one in all computers.
    is there a msi or an universal uninstaller?
    Thans a lot,

    You can install as many different releases of Sun Studio as you like on one computer. You don't need Solaris 10, and you don't need zones. You need to pay attention to only 2 things.
    1. You need to install each release in a different base directory. You can install at most one release in the default location, /opt. Other releases need to be installed each in a different location.
    2. You should have at most one release directory on your path at a time, to avoid accidently mixing components from different releases. If you use the GUI for development, make sure the release directory on your path (if you have one) is the one you intend to use. The GUI checks your path first for compilers. If none are found, the GUI uses its own compilers.

  • Downloaded portable AND full version - how to remove portable version?

    Running Windows 8 on surfacepro, I unfotunately installed thunderbird portable (English) and full version (German). Apparently they run separately (different address books, account settings etc.), and I only need the full version. Moreover, sometimes also the English version is the full version - really confusing! However, I cannot select the full version as default, nor deinstall the portable version for I only see one icon/programme, and I have no clue at what occasion/action I get the English or the German version....
    Besides it would be lovely to import my address book/mailing lists from my old computer: is there any way?
    Thanks for your help!

    PS3 is not released yet so i don't think you will get much help here.
    Or are you talking about webcenter 11.1.1.3 (which is PS2)

  • How to remove versions FCPX

    Hi all,
    how to remove the "versions list" in the pop-up of Final Cut X on the Dock?  I altready deleted Projects and Events folders,but they appears again.....
    Thanks in advance.

    This seems to be an artifact of using Lion; I think it's a precursor to integration with Lion's "versions" feature, but there needs to be a software update to FCPX to make it work.
    For now, I think you just need to ignore that list.

  • How to remove ?xml version="1.0" encoding="UTF-8"? in receiver payload

    hi experts,
        how to remove <?xml version="1.0" encoding="UTF-8"?> from receiver payload.
    my source srtucture is ,
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:entity-data xmlns:ns0="http://www.xxx.com">
    <Customer>
    <CustNo>xxx</CustNo>
    </Customer>
    </ns0:entity-data>
    in receiver payload i dont wont " <?xml version="1.0" encoding="UTF-8"?> "
    i want receiver payload
    <ns0:entity-data xmlns:ns0="http://www.xxx.com">
    <Customer>
    <CustNo>xxx</CustNo>
    </Customer>
    </ns0:entity-data>
    can any one provide me the solution for this.
    regards,
    ganesh

    hi vijayakumar,
         thanx for ur response....

  • How to reduce the version of a pdf 1.7 to 1.5 & how to remove all the embedded xml form ?

    Hi Team,
        I am using adobe acrobat x pro. I have a pdf file of version 1.7 which showing embedded xml forms. I tried to remove all the 'embedded xml form' by  using Adobe Live cycle Designer ES2.  Then i tried to reduce the version by using Adobe acrobat x pro but it's still showing that there are some 'embedded xml form' for which it's not allowing me to reduce the vesion of pdf file in Adobe Acrobat x pro and also i want reduce the version of the pdf 1.7 to 1.5. Can you please guide me the step to reduce the pdf file version and how to remove the embedded xml form from the pdf file ?

    If the PDF is the same one from the link in your post here:
    http://forums.adobe.com/thread/1174643
    That PDF being protected may have something to do with why you cannot do what you'd like to.
    Be well...

  • How to remove ?xml version="1.0" encoding="UTF-8"? .

    HI Experts,
                      i am doing one scenario file to file . in soruce payload i have <?xml version="1.0" encoding="UTF-8"?> . i want to remove <?xml version="1.0" encoding="UTF-8"?> at target side. is it possible .
    regards,
    alekhya.

    Hello,
    i want to remove <?xml version="1.0" encoding="UTF-8"?> at target side. is it possible .
    You can use XSLT and add
    <xsl:output method="text" version="1.0" encoding="UTF-8" omit-xml-declaration="yes"/>
    in your output declaration
    Hope this helps,
    Mark

  • How to remove first line of outgoing messages: ?xml version="1.0"........

    On outgoing messages, when I look in MONI, I see properly formatted XML message.
    The first line of all my outgoing files has this line:
    <?xml version="1.0" encoding="UTF-8" ?>
    Is there a way to suppress this?
    If so, is there a way to suppress for only certain partners within one interface?
    Thanks,
    Jeff

    Hi Jeff,
    As others pointed without this line the document will not be a valid document. Can you tell your complete requirment. One of these kind of requirement is discussed in this thread, you can see whether its the same in your case or not. If not then tell your complete req. so that somebody can help you out here.
    Remove first line in the XML Document
    Regards,
    ---Satish

Maybe you are looking for