Remove namespaces from elements

There is a problem I am experiencing, that others have discussed here Illustrator retains unsavory namespaces in SVGs, can't open it's own export
Basically the AI document retains namespace data from SVG's that have been copied or used in some way to create the AI.
When the document is saved to SVG - these namespace references remain and can result in invalid SVG output.
Does anyone know of a way that these namespaces could be accessed using Illustrator Scripting?
thanks,
Mochael

So under certain circumstances when an SVG is uploaded into our CMS data similar to this is added
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="2550px" height="2000px" viewBox="0 2000 2550 2000" enable-background="new 0 2000 2550 2000" xml:space="preserve" xmlns:cib="http://connectib.com/connect">
  <path id="outline33" cib:unitID="0" fill="#6FACD3" stroke="#878787" d="M984.7,3258.8l187.2-46.6c0,0,47.1-13.3,64.4,33.4
  l-5,153.5c0,0-1.8,73.1-76.4,98.3l-89.6,23.5l-3-9.8l-13.9,2.4l-0.2,4.4l-64.2,15.9l-7-30l-7 .5,1.2l-31.2-130l6.1-1.9l-6.3-30.8
  l8.9-3.7l-2.2-10.5l31.5-54.2l11.6-3.2L984.7,3258.8z" />
</svg>
If you open that document in Illustrator it's fine, it appears under certain circumstances Illustrator loses the namespace declaration and when you save to SVG you still get the property on the path, but no declaration which makes it invalid.

Similar Messages

  • Remove namespace from element name

    hello,
    which is the most efficient way to remove the namespace from the name of all the elements of a dom document ?
    eg:
    <ns1:mytag>aaa</ns1:mytag> should become <mytag>aaa</mytag>
    is it possible to have an example in java ?
    thanks
    roberto

    Personally I would write an XSLT to do that. Just modify the identity transformation to write out elements with no namespace prefix.

  • How to remove namespace from root-element

    Hi Gurus,
    I want one xml output from xslt transformation with no namespace. I managed to remove namespace from child elements by leveraging elementFormDefault ='unqualified' property of xsd. But not able remove namespace from root-element.
    Output that I want is :
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <inp1:Email_Mod_Root>
       <Email_Mod_Root_Element>
          <Email_Record1>
             <PERSON_NUMBER>123456</PERSON_NUMBER>
             <COUNTRY/>
              <EMAIL_TYPE>WORK</EMAIL_TYPE>
             <EMAIL>EMAIL3</EMAIL>
             <PRIMARY_FLAG>Y</PRIMARY_FLAG>
          </Email_Record1>
    </Email_Mod_Root_Element>
    </Email_Mod_Root>
    Output that I am getting:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <inp1:Email_Mod_Root xmlns:inp1="http://www.example.org">
       <Email_Mod_Root_Element>
          <Email_Record1>
             <PERSON_NUMBER>123456</PERSON_NUMBER>
             <COUNTRY/>
             <EMAIL_TYPE>WORK</EMAIL_TYPE>
             <EMAIL>EMAIL3</EMAIL>
             <PRIMARY_FLAG>Y</PRIMARY_FLAG>
          </Email_Record1>
    </Email_Mod_Root_Element>
    </Email_Mod_Root>
    Anyone, pls suggest.
    Thanks in advance,
    SG_SOA

    First of all :
    <inp1:Email_Mod_Root>
       <Email_Mod_Root_Element>
          <Email_Record1>
             <PERSON_NUMBER>123456</PERSON_NUMBER>
             <COUNTRY/>
              <EMAIL_TYPE>WORK</EMAIL_TYPE>
             <EMAIL>EMAIL3</EMAIL>
             <PRIMARY_FLAG>Y</PRIMARY_FLAG>
          </Email_Record1>
    </Email_Mod_Root_Element>
    </Email_Mod_Root>
    isn't valid xml (you start with inp1: prefix and you end the tag with no prefix, but let's assume you don't want any prefix/namespace at all)
    if i use :
    [code]
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:inp1="http://www.example.org" exclude-result-prefixes="inp1">
      <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
    <xsl:template match="*">
        <xsl:element name="{local-name(.)}">
          <xsl:apply-templates select="@* | node()"/>
        </xsl:element>
      </xsl:template>
      <xsl:template match="@*">
        <xsl:attribute name="{local-name(.)}">
          <xsl:value-of select="."/>
        </xsl:attribute>
      </xsl:template>
    </xsl:stylesheet>
    [/code]
    i get this
    [code]
    <Email_Root_Element>
      <Email_Record>
      <EMPLID>EMPLID46</EMPLID>
      <EMAIL>EMAIL48</EMAIL>
      <E_ADDR_TYPE>E_ADDR_TYPE49</E_ADDR_TYPE>
      <COUNTRY>US</COUNTRY>
      </Email_Record>
      <Email_Record>
      <EMPLID>EMPLID47</EMPLID>
      <EMAIL>EMAIL49</EMAIL>
      <E_ADDR_TYPE>E_ADDR_TYPE50</E_ADDR_TYPE>
      <COUNTRY>US</COUNTRY>
      </Email_Record>
      <Email_Record>
      <EMPLID>EMPLID48</EMPLID>
      <EMAIL>EMAIL49</EMAIL>
      <E_ADDR_TYPE>E_ADDR_TYPE51</E_ADDR_TYPE>
      <COUNTRY>US</COUNTRY>
      </Email_Record>
    </Email_Root_Element>
    [/code]

  • Removing namespace from xml

    Hi,
    I have an xml which has some target namespace.
    I need to remove the namespace and the qualifiers and put it on a machine using a file adapter.
    Any help in this regard is highly appreciated.
    With Regards,
    Harsh

    Please go throught the below link
    Removing namespace from xml  created

  • Remove  Namespace from XML File except Attribute

    Hi  XI  Experts ,
    1.I have referred to the code of xslt Generic XSLT Code to Remove ALL Namespaces from XML:
    http://forums.sdn.sap.com/thread.jspa?threadID=1920630
    But this removes the Attribute : id  from the records .
    My expected output is supposed to be :
    <?xml version="1.0" encoding="GBK"?>
    <body>
      <head>
        <nsrsbh>112001069711</nsrsbh>
        <nsrmc>诺维信(中国)生物技术有限公司出口发票</nsrmc>
        <dcrq>20120209</dcrq>
        <sssq_q>20111201</sssq_q>
        <sssq_z>20120207</sssq_z>
        <records>4</records>
      </head>
      <data>
        <record id="1">
           <fpdm></fpdm>
        </record>
    </data>
    </body
    But after using this XSLT code it removes :id from <record_1 id=> and generated the below code :
    The xml file now doesn't contain teh attribute :id
    <?xml version="1.0" encoding="GBK"?>
    <body>
      <head>
        <nsrsbh>112001069711</nsrsbh>
        <nsrmc>诺维信(中国)生物技术有限公司出口发票</nsrmc>
        <dcrq>20120209</dcrq>
        <sssq_q>20111201</sssq_q>
        <sssq_z>20120207</sssq_z>
        <records>4</records>
      </head>
      <data>
        <record>
          1
          <fpdm></fpdm>          
           </record>
    </data>
    </body>
    Could  you please provide your input
    Plaese note : Here  XI versin iS x1 3.0 SP7 . I have tried suing the Analyzer bean for the Encoing  of Chinese : GBK Intsead of UTF-8 in the Namespace  . But AF_Modules/XMLAnonymizerBean is not comptacible with XI 3.0 SP7
    Hence i have used the following code to remove namespcae and add  Encoding :GBK instead of UTF-8:
    <?xml version="1.0" ?>
    <xsl:stylesheet
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output encoding="GBK"/>
    <xsl:template match="node()|@*">
      <xsl:copy>
       <xsl:apply-templates select="node()|@*"/>
      </xsl:copy>
    </xsl:template>
    </xsl:stylesheet>

    You could use exclude-result-prefixes.
    For example:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wt="http://www.example.com" exclude-result-prefixes="wt">
    </xsl:stylesheet>

  • How to remove namespace from xml in ALSB?

    I have a xquery transformation which works for data without namespace. But the data coming from source system has namespace details in it. Is there a way to strip the xml of namespace details from xml before passing it to xquery transformation?

    Hi
    silly mistake :P
    Following 'bold' declaration was not there!!
    Just copy paste following code as xquery and it will be all ok:
    declare namespace xf = "http://tempuri.org/vijfhuizen/com/myMessage/";
    declare function xf:strip-namespace($e as element())
    as element()
    element { xs:QName(local-name($e)) }
    for $child in $e/(@*,node())
    return
    if ($child instance of element())
    then xf:strip-namespace($child)
    else $child
    declare variable $e as element() external;
    xf:strip-namespace($e)

  • I need an urgent help  remove namespace from proxyServie request body

    I have EFIBetalingOrdningMisligholdt proxyService that called IMMultiHaendelseModtag IMMultiHaendelseModtag business Service, but they have different xsd, so i am transforming EFIBetalingOrdningMisligholdt proxy service reuest xsd to
    IMMultiHaendelseModtag business service xsd.
    Bellow i have my xq file for the transformation.
    IMMultiHaendelseModtag Business Service request parameter should look like this.
    here is partial request to IMMultiHaendelseModtagBusinessService
    <soapenv:Body>
         <ns:IMMultiHændelseModtag_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/">
         <ns:Kontekst>
         <!--You may enter ANY elements at this point-->
         <AnyElement/>
         </ns:Kontekst>
    IMMultiHaendelseModtagBusinessService is called
    here is a partial of the transformed request
    Route to: "IMMultiHaendelseModtag"
         $outbound:
         <con:endpoint      name="BusinessService$dk.skat.efi.im$biz$IMMultiHaendelseModtag" xmlns:con="http://www.bea.com/wli/sb/context">
         <con:service>
         <con:operation>getIMMultiHændelseModtag</con:operation>
         </con:service>
         <con:transport>
         <con:mode>request-response</con:mode>
         <con:qualityOfService>best-effort</con:qualityOfService>
         <con:request      xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tran:headers      xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
         <http:Content-Type>text/xml</http:Content-Type>
         <http:SOAPAction>
         "http://skat.dk/begrebsmodel/2009/01/15/getIMMultiHændelseModtag"
         </http:SOAPAction>
         </tran:headers>
         </con:request>
         </con:transport>
         <con:security>
         <con:doOutboundWss>false</con:doOutboundWss>
         </con:security>
         </con:endpoint>
         $body (request):
         <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <ns:EFIBetalingOrdningMisligholdt_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/">
         <ns:IMMultiHændelseModtag_I>
         <ns:HændelseSamling>
         <ns:EFIHændelseStruktur>
    but the problem this :
    <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <ns:EFIBetalingOrdningMisligholdt_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/">
    question.
    How can I transforme :<ns:IMMultiHændelseModtag_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/"> to <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <ns:EFIBetalingOrdningMisligholdt_I      revision="string" xmlns:ns="http://skat.dk/begrebsmodel/2009/01/15/"> ?
    declare namespace xf = "http://skat.dk/begrebsmodel/2009/01/15/";
    declare namespace ns0 = "http://skat.dk/begrebsmodel/2009/01/15/";
    declare function xf:test($eFIBetalingOrdningMisligholdt_I1 as element(ns0:EFIBetalingOrdningMisligholdt_I))
    as element(ns0:IMMultiHændelseModtag_I) {
    let $EFIBetalingOrdningMisligholdt_I := $eFIBetalingOrdningMisligholdt_I1
    return
    <ns0:IMMultiHændelseModtag_I>
    <ns0:HændelseSamling>
    <ns0:EFIHændelseStruktur>
    let $KundeStruktur := $EFIBetalingOrdningMisligholdt_I/ns0:BetalingsordningMisligholdListe/ns0:Kunde[1]/ns0:KundeStruktur
    return
    <ns0:KundeStruktur>
    <ns0:KundeNummer>{ data($KundeStruktur/ns0:KundeNummer) }</ns0:KundeNummer>
    <ns0:KundeType>{ data($KundeStruktur/ns0:KundeType) }</ns0:KundeType>
    for $VirksomhedCVRNummer in $KundeStruktur/ns0:VirksomhedCVRNummer
    return
    <ns0:VirksomhedCVRNummer>{ data($VirksomhedCVRNummer) }</ns0:VirksomhedCVRNummer>
    for $KundeNavn in $KundeStruktur/ns0:KundeNavn
    return
    <ns0:KundeNavn>{ data($KundeNavn) }</ns0:KundeNavn>
    for $DriftFormKode in $KundeStruktur/ns0:DriftFormKode
    return
    <ns0:DriftFormKode>{ data($DriftFormKode) }</ns0:DriftFormKode>
    for $EnkeltmandVirksomhedEjer in $KundeStruktur/ns0:EnkeltmandVirksomhedEjer
    return
    <ns0:EnkeltmandVirksomhedEjer>{ $EnkeltmandVirksomhedEjer/@* , $EnkeltmandVirksomhedEjer/node() }</ns0:EnkeltmandVirksomhedEjer>
    </ns0:KundeStruktur>
    <ns0:IndholdValg>
    <ns0:EFIBetalingOrdningMisligholdtStruktur>
    let $BetalingsOrdningliste := $EFIBetalingOrdningMisligholdt_I/ns0:BetalingsordningMisligholdListe/ns0:Kunde[1]/ns0:BetalingsOrdningliste
    return
    <ns0:BetalingsOrdningliste>
    for $MisligholdtBetalingsordning in $BetalingsOrdningliste/ns0:MisligholdtBetalingsordning
    return
    <ns0:MisligholdtBetalingsordning>
    <ns0:BetalingOrdningEFIIndsatsID>{ data($MisligholdtBetalingsordning/ns0:BetalingOrdningEFIIndsatsID) }</ns0:BetalingOrdningEFIIndsatsID>
    <ns0:BetalingOrdningID>{ data($MisligholdtBetalingsordning/ns0:BetalingOrdningID) }</ns0:BetalingOrdningID>
    <ns0:BetalingOrdningRateID>{ data($MisligholdtBetalingsordning/ns0:BetalingOrdningRateID) }</ns0:BetalingOrdningRateID>
    <ns0:BetalingOrdningRateSRBDato>{ data($MisligholdtBetalingsordning/ns0:BetalingOrdningRateSRBDato) }</ns0:BetalingOrdningRateSRBDato>
    <ns0:BetalingOrdningRateBeløbStruktur>{ $MisligholdtBetalingsordning/ns0:BetalingOrdningRateBeløbStruktur/@* , $MisligholdtBetalingsordning/ns0:BetalingOrdningRateBeløbStruktur/node() }</ns0:BetalingOrdningRateBeløbStruktur>
    </ns0:MisligholdtBetalingsordning>
    </ns0:BetalingsOrdningliste>
    </ns0:EFIBetalingOrdningMisligholdtStruktur>
    </ns0:IndholdValg>
    </ns0:EFIHændelseStruktur>
    </ns0:HændelseSamling>
    </ns0:IMMultiHændelseModtag_I>
    declare variable $eFIBetalingOrdningMisligholdt_I1 as element(ns0:EFIBetalingOrdningMisligholdt_I) external;
    xf:test($eFIBetalingOrdningMisligholdt_I1)
    I have called the business proxy alone it works.
    errors
    The invocation resulted in an error: .
         <soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soapenv:Body>
         <soapenv:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>BEA-380000: Internal Server Error</faultstring>
         <detail>
         <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>BEA-380000</con:errorCode>
         <con:reason>Internal Server Error</con:reason>
         <con:location>
         <con:node>RouteNode1</con:node>
         <con:path>response-pipeline</con:path>
         </con:location>
         </con:fault>
         </detail>
         </soapenv:Fault>
         </soapenv:Body>
         </soapenv:Envelope>
         System Error Handler
    $fault:      
         <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>BEA-380000</con:errorCode>
         <con:reason>Internal Server Error</con:reason>
         <con:location>
         <con:node>RouteNode1</con:node>
         <con:path>response-pipeline</con:path>
         </con:location>
         </con:fault>

    Thanks for answering.
    the situation is that I have to make a pass-trough proxyservice.
    That I have never done before.
    explanation:
    proxyservice A-calls business service B, B need password and user name, but proxyservice A does not have Process WS-Security Header to configured, so I have to create a pass-trough proxyService to call business Service B.
    What is the best way of doing that ?
    As I have read that to solve the problem one can set ./ctx:security/ctx:doOutboundWss to true, the only way I saw that was possible was by mean of xquery.
    I am trying to explaine the same situation here again:
    I have proxyService A that does not have :
    Process WS-Security Header in the configuration, that mean I can not set it in my proxy Configuration by way of normal proxy configuration.
    But A is calling a BS that need security, so I want to create a pass-trough proxyservice.
    in order to do that, I want to set ./ctx:security/ctx:doOutboundWss to true in the request
    how can I set ./ctx:security/ctx:doOutboundWss to true in xq ?
    Tks

  • How to remove namespace prefix from target payload when using HTTP in PI7.0

    Hi,
    i have a requirement to remove namespace prefix from target payload when receiver receives the payload by an HTTP request.
    i am not able to use XML Anonymizer Bean as in HTTP channel its not possiile.
    Target structure after mapping now is:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns3:Order xmlns:ns3="urn:xxx-com:pi:project">
    fields
    </ns3:Order>
    i need the target structure after mapping should look like:
    <?xml version="1.0" encoding="UTF-8"?>
    <Order xmlns:="urn:xxx-com:pi:project">
    fields
    <Order>
    i removed namespace from source and target Message Type of message mapping but still getting "ns3" prefix. My requirement is to just have this ns3 removed.
    Please reply if anyone has solved this problem before.
    Thanks

    Hi ,
    >>>i removed namespace from source and target Message Type of message mapping but still getting "ns3" prefix. My requirement is to just have this ns3 removed.
    Which process you've used for removing namespace...java/xslt mapping. In case of java mapping plese remove ns3 while creating the target element. Please go through the below blog it may help you.
    Quick Tips: Dealing with Namespaces in XI/PI
    Regards,
    Priyanka

  • How to remove namespace link from the output XML

    i have to remove 'xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions"' (namespace) from the output xml file which is generated from the BIP. I need my output XML file without that namespace link, this namespace link is coming for each element.
    Anybody know how to do that please help.
    output xml file
    <?xml version="1.0" encoding="UTF-8" ?>
    <Reports version="2.00">
    <deliveryNote xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions">
    <subjectId />
    </deliveryNote>
    <deliveredReports xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions">
    <referDate>[Delivery note->H4]</referDate>
    </deliveredReports>
    <simpleReports xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions">
    <numberOfReports>2</numberOfReports>
    <nReport>
    <reportName>Xyz</reportName>
    <reportVersion>1.0</reportVersion>
    <observations>
    <numberOfObservations>15</numberOfObservations>
    <columnObservation>
    <y>9</y>
    <rO>
    <x>14</x>
    <o>11</o>
    <o>21</o>
    <o>121</o>
    </rO>
    </columnObservation>
    </observations>
    </nReport>
    </simpleReports>
    </Reports>
    my xslt file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions" >
    <xsl:output method="xml" encoding="UTF-8"/>
    <xsl:template match="/">
         <xsl:element name="Reports">
              <xsl:attribute name="version">2.00</xsl:attribute>
                   <deliveryNote>
                        <subjectId></subjectId>
                        </deliveryNote>
                   <deliveredReports>
                        <referDate>[Delivery note->H4]</referDate>
                   </deliveredReports>
                   <simpleReports>
                        <numberOfReports>2</numberOfReports>
                        <nReport>
                                  <reportName>Xyz</reportName>
                                  <reportVersion>1.0</reportVersion>
                                       <observations>
                                       <numberOfObservations>15</numberOfObservations>
                                       <columnObservation>
                                            <y>9</y>
                                            <rO>
                                                 <x>14</x>
                                                      <xsl:for-each select="TEST_XML/LIST_R1/R1">
                                                           <o><xsl:value-of select="xdoxslt:lpad(COL1,10,' ')"/></o>
                                                      </xsl:for-each>
                                            </rO>
                                       </columnObservation>
                                       </observations>
                             </nReport>
                        </simpleReports>
              </xsl:element>
    </xsl:template>
    </xsl:stylesheet>

    Please post the same in BI Publisher forum
    BI Publisher
    Thanks,
    Vino

  • Removing ns0 from namespace

    hello,
    Have a Idoc to File scenerio.
    The file generated after mapping is
    Eg:
    <ns0:Document xmlns="urn:iso:std:iso:camt">
    <tag0>data0</tag0>
    <tag1>data1</tag1>
    <ns0:Document>
    My requirement is to remove ns0 from the root element "Document" so output is in format(namespace should  not be deleted or affected):
    <Document xmlns="urn:iso:std:iso:camt">
    <tag0>data0</tag0>
    <tag1>data1</tag1>
    I did follow the XMLAnonymizer blog (/people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean
    )..            but no use..Can someone help me in removing this ns0 from namespace.
    regards

    >
    ayrahcaanilan wrote:
    > Is there any workaround which i can try out???
    >
    > please suggest
    >
    > reagrds
    Check this links:
    http://www.riyaz.net/blog/beginners-guide-to-xslt-mapping-in-sap-pi/technology/sap/769/
    http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/content.htm
    Edited by: spantaleoni on Jan 14, 2011 12:44 PM

  • I have sold a Loptop with Window 8.1 on it. I need to remove Photoshop from it before I can run Photoshop Elements 12 on my new Laptop with Windows 8.1. How can I do it?

    I am trying to install Photoshop Elements 12. I get "Your Lic. been use by the maximum allowed computer. The other two laptop both windows 8.1  one been sold the other in for repairs. How do I remove them from my Adobe profile?

    It need to be removed from the computer you sold with it activated on. If you want to use that activation on a different computer. If you wiped that computer you need to contact Adobe this is a user forum users here do not have access to Adobe Activation servers and databases.

  • Photoshop Elements 12 do I need to de-register if I am removing it from my PC. I now subscribe to Photoshop CC so no longer need it.

    I now subscribe to Photoshop CC and no longer need Elements. I wondered if I need to de-register it after I have removed it from my PC. If so where and how do I do it. I have looked at my account and can't find anywhere that would let me do this.

    Hi,
    If you load the Editor, go to Help -> Sign out - that deactivates that copy.
    Brian

  • Need to remove photshop and elements 8 from this old win xp computer and install it on new computer. I have the hard copy of the program, howeve registration here may prevent me from re-installing

    how can I remove photoshop and elements 8 from this older computer and install on new computer when it arrives

    You uninstall using the Windows control panel, and you install the same way you did on your old computer... put the disc in the drive and follow the onscreen instructions
    Also, unless you are asking about CLOUD programs, you will do better in the specific program forums
    Photoshop General Discussion
    Community: Premiere Elements | Adobe Community
    Photoshop Elements Forum http://forums.adobe.com/community/photoshop_elements

  • Premiere elements 10 downloads but will not open? info says to remove disc from desktop -- when i do that it closes the program?

    premiere elements 10 downloads but will not open? info says to remove disc from desktop -- when i do that it closes the program?

    Hi, Ken -
    Since you have a new install of OSX, you may be missing Stuffit Expander, needed to expand downloads encrypted/archived in a Stuffit format. That problem confronted me with a new machine running OSX 10.6; a download and install of Stuffit Expander fixed it.
    You can download Stuffit Expander from this webpage -
    http://www.stuffit.com/mac-expander-download.html
    Note - be sure to get the version that matches your OSX version.

  • I have the photoshop elements 12. where is the rectangel marquee to remove things from a picture?

    I have photshop elements 12.  Where is the rectangle marquee to remove things from the picture?

    This one perhaps:

Maybe you are looking for