Sustain the elements tags/legends

I am interested in using Photoshop Elements to label and to caption my 11000 photos with details of names and places, but I can commit the changes on the image files so that they are available outside the environment of elements? I don't want to spend a lot of effort and have tags/caption available only in elements, I want to integrate the details in my photo collection.

Yes, you can select the individual or a batch of images and write metadata to the file.

Tags: Photoshop

Similar Questions

  • How the elements tag with two tags?

    With the following function I can tag with bold and italic tags xml elements. The problem is, I also need '< b > < i >' for example. Now my question is, how is that possible?

    function tagStyles (myXmlElement) {}

    app.findTextPreferences = app.changeTextPreferences = NothingEnum.nothing;

    app.findChangeTextOptions.caseSensitive = false;

    app.findChangeTextOptions.includeFootnotes = app.findChangeGrepOptions.includeFootnotes = false;

    app.findChangeTextOptions.includeHiddenLayers = false;

    app.findChangeTextOptions.includeLockedLayersForFind = false;

    app.findChangeTextOptions.includeLockedStoriesForFind = false;

    app.findChangeTextOptions.includeMasterPages = false;

    app.findChangeTextOptions.wholeWord = false;

    objectToTag = myXmlElement;

    italic conversion

    need to be developed for other styles

    attention to the problems of nested xml tags

    app.findGrepPreferences = app.changeGrepPreferences = NothingEnum.nothing;

    app.findGrepPreferences.findWhat = '. '. + » ;

    app.findGrepPreferences.fontStyle = "italic";

    var myFindTexts = myXmlElement.findGrep ();

    If (myFindTexts.length > 0) {}

    for (var j = 0; j < myFindTexts.length; j ++) {}

    var myText = myFindTexts [j];

    var myStartIndex = myText.characters [0] .index;

    var = myText.characters [-1] .index myEndIndex;

    objectToTag = objectToTag.xmlElements.add ({markupTag: "i", xmlContent:myText});})

    myShift += 2;

    }

    }

    conversion "BOLD"

    need to be developed for other styles

    attention to the problems of nested xml tags

    app.findGrepPreferences = app.changeGrepPreferences = NothingEnum.nothing;

    app.findGrepPreferences.findWhat = '. '. + » ;

    app.findGrepPreferences.fontStyle = "Bold";

    var myFindTexts = myXmlElement.findGrep ();

    If (myFindTexts.length > 0) {}

    for (var j = 0; j < myFindTexts.length; j ++) {}

    var myText = myFindTexts [j];

    var myStartIndex = myText.characters [0] .index;

    var = myText.characters [-1] .index myEndIndex;

    objectToTag = objectToTag.xmlElements.add ({markupTag: "b", xmlContent:myText});})

    }

    }

    bold italics conversion

    need to be developed for other styles

    attention to the problems of nested xml tags

    app.findGrepPreferences = app.changeGrepPreferences = NothingEnum.nothing;

    app.findGrepPreferences.findWhat = '. '. + » ;

    app.findGrepPreferences.fontStyle = "Bold Italic";

    var myFindTexts = myXmlElement.findGrep ();

    If (myFindTexts.length > 0) {}

    for (var j = 0; j < myFindTexts.length; j ++) {}

    var myText = myFindTexts [j];

    var myStartIndex = myText.characters [0] .index;

    var = myText.characters [-1] .index myEndIndex;

    objectToTag = objectToTag.xmlElements.add ({markupTag: "b", xmlContent:myText});})

    }

    objectToTag = myXmlElement;

    for (var j = 0; j < myFindTexts.length; j ++) {}

    var myText = myFindTexts [j];

    var myStartIndex = myText.characters [0] .index;

    var = myText.characters [-1] .index myEndIndex;

    objectToTag = objectToTag.xmlElements.add ({markupTag: "i", xmlContent:myText});})

    }

    }

    }

    When there is an element with the "Bold Italic" style it looks like this: 'my element with < b > < /b > < i > "BOLD" and the italic text < /i > '. There it looks like this: ' my element with < b > < i > bold and italic < /i > < / b > text.

    Does anyone have an idea on this?

    Thanks in advance!

    Dear Stamm,

    Try this...

    objectToTag = objectToTag.xmlElements.add ({markupTag: "b", xmlContent:myText});})

    App.Select (objectToTag.texts);

    App.Selection [0] .associatedXMLElements [0].xmlElements.Add ("i", app.selection [0]);

    Kind regards

    Bala

  • How does the sum function in the element tag?

    Hello!

    I am new to XML Publisher and I need help to understand how my definition of data.

    In my xml file, I have this piece of code
    <group name="G_ACCOUNT" source="Q_REGISTER">
         <element name="COST_ACCOUNT" value="COST_ACCOUNT"/>
         <element name="ACC_DESC" value="ACC_DESC"/>
         <element name="YEAR" value="YEAR"/>
         <group name="G_COST" source="Q_REGISTER">
              <element name="COST_CENTER" value="COST_CENTER"/>
              <group name="G_TAG_NUMBER" source="Q_REGISTER">
                   <element name="TAG_NUMBER" value="TAG_NUMBER"/>
                   <element name="ASSET_NUMBER" value="ASSET_NUMBER"/>
                   <element name="DESCRIPTION" value="DESCRIPTION"/>
                   <element name="ASSET_ID" value="ASSET_ID"/>
                   <element name="ASSET_NUMBER" value="ASSET_NUMBER"/>
                   <element name="COST" value="COST" dataType="number"/>
                   <element name="YTD_DEPRN" value="YTD_DEPRN" dataType="number"/>
                   <element name="DEPRN_RESERVE" value="DEPRN_RESERVE" dataType="number"/>
                   <element name="DEPRN_RESERVE_BY" value="DEPRN_RESERVE_BY" dataType="number"/>
                   <element name="NET_VALUE" value="NET_VALUE" dataType="number"/>
                   <element name="DPIS" value="DPIS"/>
              </group>
              <element name="SUM_ACCOUNT_COST" function="sum" dataType="number" value="G_TAG_NUMBER.COST"/>
              <element name="SUM_ACCOUNT_YTD_DEPRN" function="sum" dataType="number" value="G_TAG_NUMBER.YTD_DEPRN"/>
              <element name="SUM_ACCOUNT_DEPRN_RESERVE" function="sum" dataType="number" value="G_TAG_NUMBER.DEPRN_RESERVE"/>
              <element name="SUM_ACCOUNT_DEPRN_RESERVE_BY" function="sum" dataType="number" value="G_TAG_NUMBER.DEPRN_RESERVE_BY"/>
              <element name="SUM_ACCOUNT_NET_VALUE" function="sum" dataType="number" value="G_TAG_NUMBER.NET_VALUE"/>
         </group>
    </group>
    and now, I have problem with element with functions sum, because it returns like for example. 21356,15. all other components (COST, YTD_DEPRN, DEPRN_RESERVE, DEPRN_RESERVE_BY, NET_VALUE) return values such as 21356.15.

    Can you tell me why sum function does not return to the same value?

    Kind regards
    drama9346

    As I expected wrong since this isn't a RAW number his tent for formatting. You can change this value and format or just go for the sum of RTF, or the SUM of your SQL query.

    Sum in RTF: for SUM_ACCOUNT_COST

    I have given how you use grouping in this case, based on what you might change the code slightly.

    Published by: amri on 9 April 2013 14:28

  • The point of legends crushed on the text of the element.

    I am running Windows XP Home Edition SP3.  On some sites (not all), including Internet Explorer, the legend of the grand - elements are superimposed on the text of the element, making them unreadable.  Similar to the replacement of a driving or a part of a line on a typewriter.  He is always present on Internet Explorer and Ancestry.com, and I encountered the problem on other sites as well.  Help?

    http://forums.CNET.com/7723-7586_102-334635/some-pages-open-with-text-over-text-making-parts-unreadable/

    I don't see the problem in your post, but further research led me to the link above that mentions the update to the latest version of java.

    http://www.Java.com/en/

    the link mentions that it is a Web site problem, not your pc.

    try Java and after return, please.

  • How to map the same tag of the element with a different value in BI Publisher rtf model.

    Hello

    I have an xml file with the same name in the < tag > element and I do not know how to associate the same < tag > element to different string in the document rtf template attribute.

    For example: "' Eswitch <number > is repeated in this xml file, when I am mapping this element to the document rtf with a different string, I have same value 'D00002 ' . I should get values D00002 and DMR00002.

    < document >

    < TitleBlock >

    < number > D00002 < / number >

    < itemType > Document < / itemType >

    < lifecyclePhase > preliminary < / lifecyclePhase >

    < description > gtedgg < / description >

    < shippableItem > n < / shippableItem > < / cartridge > < / Document >

    < DMR >

    < TitleBlock >

    < number > DMR00002 < / number >

    < itemType > DMR < / itemType >

    < lifecyclePhase > preliminary < / lifecyclePhase >

    test nomenclature model bom1 < description > < / description >

    < POS > < value > Test < / value > < / POS >

    < shippableItem > n < / shippableItem > < / cartridge > < / DMR >

    < / AgileData >

    I followed steps below for map document model rtf with the same tag xml with a different value.

    1. install Office word 2013.

    2 BI Publisher for desktop software installed. It will add a BI Publisher plugin to the word document.

    3. with the help of desktop publisher BI, created a model of document rtf file.

    4 imported the document rtf template example xml file.

    The data is loaded successfully.

    5 tires model rtf field symbol to map the tags to xml to rtf document attributes element.

    7 saved the document in PDF format.


    Thank you

    Please mark it correct so that it is useful for others to find the solution to a similar request.

  • Error when parsing the file ' value of the 'src' attribute is not valid; must be a URI'.  ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10): error while parsing the file ' "ol" element not allowed here; wait for the end-tag of t

    The members of the Forum kan help you

    Validation by using version 3.0.1 EPUB rules.

    ()https://github.com/IDPF/epubcheck( )

    December 9, 2015 15:27:33 THIS

    ---------------------------------------------------

    WARNING (OPF-007) to 'Hetgeheimfietsen.epub/OEBPS/content.opf' (line 2, column 227):

    Re-declaration of prefix reserved "rendition."

    ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10):

    Error when parsing the file ' "ol" element not allowed here; waiting for the end-tag of the element or element "li" '.

    WARNING (CSS-007) to "Hetgeheimfietsen.epub/OEBPS/css/idGeneratedStyles_0.css" (line 60, col 2):

    Police made OEBPS/font/CambriaMath.ttc refers to fonts not standard type application/x-police-FTT.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-1.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-2.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    Check the finish with warnings or errors!

    In the file Toc delete the second "ol", as well as closing like Epubcheck duplicate codes

        the one after the other (delete the other)

    1. FrameMaker 12, see limitations of the elements (like tags), does not work. Y at - it a bug?

      We went to Framemaker 12, now the limits of items in view (like tags) does not work. Y at - it a bug or am I lost?

      I answer to myself to explain everything that's happened.

      We have a model to use for the production of content. In this model will be pieces of content with repeated formatting. We have this repeated formatting stored in a file to copy and paste into a document. In general start us a new document by copying and pasting formatting repeated in a new file, and wrap that in a Document element tag. Before we wrap up, we'd see tags. This time we have not. That's when the original question has been postponed. Did not make a difference which machine we use we have achieved the same result.

      This morning, I was using the information posted by eager Beager. During trials and errors, I inserted an element of document in the new document and then pasted the formatting repeated. The displayed element tags. Now I can turn them on and off without problem on all machines. The element that makes this strange is now that I can't get the original circumstances of repeat. Everything works. No problems. FM... freaking magic!

      Thanks eager Beager. Your answer has led me to continue to solve the problems and trigger sort files in operation.

    2. FM10: anyway to set the view as the limits of the elements (like tags) to always display the tags?

      I use FM10 in TCS3 on Windows XP.

      We went in this version, and FM8 eventually, element tags are displayed whenever you open a topic.  (It took about 1,000 times so he can learn, but eventually was the case). I looked in preferences, and there is no way to set it.  It would probably save me about 200 clicks per day if there is a way to put it.

      Thank you!

      Parties,

      This property can be defined for each document and saved with the document.

      If you work with XML documents, you need to open the associated template document, make visible tags and save it.

      -Michael

    3. Computer laptop questions - how to make a backup of the photo tags without saving with elements?

      I have 5 items installed on my laptop, but I have problems with video card.  It is by default the generic driver, and I can not launch the elements to make a proper backup of my files.  I get a message that it requires a screen of 1024 x 768 or greater than 256-color resolution, I can not do.  I can access my photos very well via Windows Explorer, but I would back up the tags as well (several tags on 6000 + photos) so I have to either find a way to start in low resolution, so I can do a normal backup with elements, or I need to find the files that store the tags, so I can move it to a new pc when I reinstall.  Any help would be greatly appreciated.

      That you think is NOT the right file.

      Now, you did say that you had already chosen a different name for your catalog - so I have concluded that you are using the default name. Therefore, my suspicion is that you have not set the Windows options to Show hidden files , or that you have not set the search options to include hidden files.

      You can make the setting for show hidden files from either Windows Explorer or the control panel screen. In Windows XP Windows Explorer, I think he was in the Tools menu select Folder Options and then choose the view tab scroll down to hidden files and folders and click the circle (button) next to show hidden files and folders.

      Then, since I gave you a full path to the folder, you can't really search you can simply expand the hierarchy of folders using Windows Explorer to find the folder

      C:\Documents and Settings\All Users\Application Data\Adobe\Catalogs

      Try this approach and then post back with your results.

    4. Error #1085: the element type "elements" must end with the corresponding end tag ' &lt; / items &gt; "." "faultCode ="Client.CouldNotDecode"

      Hi all

      I use a httpservice with a php script and resultformat e4x «»

      When I call my script directly in my browser, I get a well formatted XML file (I think that I can still see the closing tag < / items >).

      But, at my request, the debugger gives me the error message indicating that the end tag is not there...

      Can you help me please?

      Here's the script:

      <? PHP
      No caching the value
      header ("Expires: Saturday, July 26, 1997 05:00:00 GMT");
      header ("Last-Modified:".) gmdate ("D, d M Y ├a"). "GMT");
      header ("Cache-Control: non-magasin, non-cache, must-revalidate");
      header ("Cache-Control: post-check = 0, pre-check = 0", false);
      header ("Pragma: non-cache");
      Header ("Content-Type: text/xml");
      To connect to the MySQL database
      require_once('database/ConnectDB.php');
      @mysql_select_db ($database_ConnectDB, $ConnectDB);

      function DisplayElements ($zone_id) {}
      $query ="
      SELECT
      element.name, element.description, element.zone_id, ELEMENT.element_id, process
      OF the element
      Elm_motor LEFT JOIN with the HELP of (element_id)
      Modregister LEFT JOIN with the HELP of (element_id)
      Module of LEFT JOIN using (module_id)
      WHERE element.type_sw_id = 602
      AND module.status > = 128 element.zone_id = $zone_id AND
      GROUP BY element.element_id ORDER BY name
      ";
      $result = mysql_query ($query) or die (mysql_error ());
      {while ($Data = mysql_fetch_assoc ($result))}
      echo "< item id ="'. $data ['element_id'].' "name ="'. " $data ['name'].' "description ="'. " $data ['description'].' "zone_id ="'. " $data ['zone_id'].' "process ="'. " $data ['process'].' "prefval ="'. " $data ['prefval'].' » / >';
      }
      }
      $zone_id = $_POST ['zone_id'];
      echo «< items >»;
      DisplayElements ($zone_id);
      echo "< / items > ';"

      ? >

      Thank you very much

      a beginner...

      The problem is that your PHP script will only for a unique response, then the second echo never gets to your Flex application.

      Store the result in a variable and the echo which:

      $returnVal = "";

      ... code to add items

      $returnVal = ""; "

      echo $returnVal;

      If this post answers your question or assistance, please mark it as such.

    5. bad results for the search for context on the empty element tags

      I use Oracle DBMS 11.1 and 11.2 and created an index on an XML column context (article group: PATH_SECTION_GROUP).
      When you enter a query like

      SELECT count (*) FROM my_table t WHERE contains (t.co_xml,'hasPath(/tag1/tag2)') > 0

      I get bad results if tag2 is an empty element tag (< tag2 / >) that appears somewhere in the
      XML instance, but is NOT directly under tag1.

      For example, the following XML instance is (but shouldn't!):

      < a >
      blah blah < tag3 > < tag1 > < / tag3 > < / tag1 >
      blah < tag4 > < tag2 / > < / tag4 >
      < /a >

      This seems to happen only for the empty element tags. Is this a known bug and does anyone know of a workaround?

      Thank you in advance for your help!
      Roman

      Like you, I've been looking in the wrong places, bug of thought, rather than documented behavior. Finally, I came across the following excerpt from the next section of the documentation on haspath in Oracle text reference.

      http://download.Oracle.com/docs/CD/B28359_01/text.111/b28304/cqoper.htm#i997393

      Limits

      Because of the way in which XML data section are saved, false match may appear with XML sections that are completely empty as follows:

      
      

      A query of HASPATH(A/B/E) or HASPATH(A/D/C) falsely corresponds to this document. This type of fake correspondent can be avoided by inserting some text between the empty tags.

    6. The tag of the element for CSS - how to use it?

      Hello

      I was watching this video and this guy was using inspect element in Chrome to identify things, that he wanted to change in a web page.  I remember him it helps a lot:

      {Element.style

      }

      .. and then write the changes in his CSS in Dreamweaver.  I was not able to understand what that means though that element.style above.  Can someone explain what it is?  Do I need to use it whenever I want to add a change in my existing CSS file?  Sorry, this is a vague question, but I just want to understand better.  For some reason, I went to the school of W3 and still can't find anything.

      Thank you.

      An assumption

      { Element.style

      }

      is a generic term meaning exactly that.

      element is the element that is referenced as p, div, span, h2, etc.

      .style is the class assigned to the element of identification.

      If we wanted to change the color of the text of a particular title, we would use

      { H2.} {Red }

      color: Red;

      }

      and our markup would look like

      It's my red topic

    7. How to generate the xml tag empty when meets elements void inside

      Hi gurus,

      IAM facing a problem to generate the empty tag, here is my file that I'm generating now
      <HEADER>
          <MINISTRY_CODE>RPO</MINISTRY_CODE>
          <DEPARTMENT_CODE>000</DEPARTMENT_CODE>
          <ORDER_CODE>RPO000EPO11001002</ORDER_CODE>
          <EXTERNAL_SYSTEM_CODE>E</EXTERNAL_SYSTEM_CODE>
          <AMENDMENT_NUMBER>0</AMENDMENT_NUMBER>
          <VARIATION_NUMBER>0</VARIATION_NUMBER>
          <EXCEPTIONS>
            <EXCEPTION>
              <EXCEPTION_CODE>PO016</EXCEPTION_CODE>
              <EXCEPTION_LONG_DESC>PO cannot be created/amended successfully</EXCEPTION_LONG_DESC>
            </EXCEPTION>
          </EXCEPTIONS>
        </HEADER>
        <ITEMS>
          <ITEM>
            <LINE_NUMBER>1</LINE_NUMBER>
            <EXCEPTIONS>
              <EXCEPTION>
                <EXCEPTION_CODE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
                <EXCEPTION_LONG_DESC xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
              </EXCEPTION>
            </EXCEPTIONS>
            <LOCATIONS>
              <LOCATION>
                <LINE_NUMBER>1</LINE_NUMBER>
                <EXCEPTIONS>
                  <EXCEPTION>
                    <EXCEPTION_CODE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
                    <EXCEPTION_LONG_DESC xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
                  </EXCEPTION>
                </EXCEPTIONS>
                <DISTRIBUTIONS>
                  <DISTRIBUTION>
                    <LINE_NUMBER>1</LINE_NUMBER>
                    <EXCEPTIONS>
                      <EXCEPTION>
                        <EXCEPTION_CODE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
                        <EXCEPTION_LONG_DESC xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
                      </EXCEPTION>
                    </EXCEPTIONS>
                  </DISTRIBUTION>
                </DISTRIBUTIONS>
              </LOCATION>
            </LOCATIONS>
          </ITEM>
        </ITEMS>
      </GEBIZ_ORDER_ACK>
      current I'm generating tags EXCEPTION even if it is null as
      < EXCEPTIONS >
      < EXCEPTION >
      < EXCEPTION_CODE xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: Nil = "true" / >
      < EXCEPTION_LONG_DESC xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: Nil = "true" / >
      < / EXCEPTION >
      < / EXCEPTIONS >
      but my requirement is them does not when the exception code is null and generate as
      < EXCEPTIONS / >

      This is sql that I use to generate the above said code let me know how can I control who
                         SELECT xmlserialize(document
                                    xmlelement("GEBIZ_ORDER_ACK"
                                    , xmlagg(
                                        xmlconcat(hdr, dtls)
                                      )
                                    )
                                    as clob indent size = 2
                                  )
                         --  INTO lv_out
                           FROM (
                                 SELECT xmlelement("HEADER"
                                             , xmlelement("MINISTRY_CODE", poh.ministry_code)
                                             , xmlelement("EXCEPTIONS"
                                                   , xmlelement("EXCEPTION"
                                                               , xmlelement("EXCEPTION_CODE"   --,NVL(poh.exception_code,'NULL')
                                                               , xmlattributes(
                                                                 NVL2(poh.exception_code,null,'http://www.w3.org/2001/XMLSchema-instance') as "xmlns:xsi"
                                                               , NVL2(poh.exception_code,null,'true') as "xsi:nil"
                                                                 )
                                                               ,poh.exception_code)
                                                               , xmlelement("EXCEPTION_LONG_DESC"
                                                               , xmlattributes(
                                                                 NVL2(poh.exception_long_desc,null,'http://www.w3.org/2001/XMLSchema-instance') as "xmlns:xsi"
                                                               , NVL2(poh.exception_long_desc,null,'true') as "xsi:nil"
                                                                 )
                                                               ,poh.exception_long_desc)
                                                               )
                                                         )
                                             ) hdr
                                       , xmlelement("ITEMS"
                                       , xmlagg(
                                                xmlelement("ITEM"
                                                 ,xmlelement("LINE_NUMBER", v1.line_no)
                                                 ,xmlelement("EXCEPTIONS"
                                                          , xmlelement("EXCEPTION"
                                                                      , xmlelement("EXCEPTION_CODE"    --,NVL(v1.exception_code,'NULL')
                                                                      , xmlattributes(
                                                                        NVL2(v1.exception_code,null,'http://www.w3.org/2001/XMLSchema-instance') as "xmlns:xsi"
                                                                      , NVL2(v1.exception_code,null,'true') as "xsi:nil"
                                                                        )
                                                                      , v1.exception_code)
                                                                      , xmlelement("EXCEPTION_LONG_DESC"
                                                                      , xmlattributes(
                                                                        NVL2(v1.exception_long_desc,null,'http://www.w3.org/2001/XMLSchema-instance') as "xmlns:xsi"
                                                                      , NVL2(v1.exception_long_desc,null,'true') as "xsi:nil"
                                                                        )
                                                                      ,v1.exception_long_desc)
                                                                      )
                                                            )
                                                 ,xmlelement("LOCATIONS"
                                                 ,( SELECT xmlagg(
                                                            xmlelement("LOCATION"
                                                          , xmlelement("LINE_NUMBER",v2.location_line_no)
                                                          , xmlelement("EXCEPTIONS"
                                                          , xmlelement("EXCEPTION"
                                                          , xmlelement("EXCEPTION_CODE"   --,NVL(v2.exception_code,'NULL')
                                                          , xmlattributes(
                                                            NVL2(v2.exception_code,null,'http://www.w3.org/2001/XMLSchema-instance') as "xmlns:xsi"
                                                          , NVL2(v2.exception_code,null,'true') as "xsi:nil"
                                                            )
                                                          , v2.exception_code)
                                                          , xmlelement("EXCEPTION_LONG_DESC"
                                                          , xmlattributes(
                                                            NVL2(v2.exception_long_desc,null,'http://www.w3.org/2001/XMLSchema-instance') as "xmlns:xsi"
                                                          , NVL2(v2.exception_long_desc,null,'true') as "xsi:nil"
                                                            )
                                                          ,v2.exception_long_desc)
                                                                      )
                                                            )
                                                 ,xmlelement("DISTRIBUTIONS"
                                                 ,(SELECT xmlagg
                                                   (       xmlelement("DISTRIBUTION"
                                                           ,xmlelement("LINE_NUMBER", v3.distribution_line_no)
                                                           ,xmlelement("EXCEPTIONS"
                                                           , xmlelement("EXCEPTION"
                                                           , xmlelement("EXCEPTION_CODE"--,NVL(v3.exception_code,'NULL')
                                                           , xmlattributes(
                                                             NVL2(v3.exception_code,null,'http://www.w3.org/2001/XMLSchema-instance') as "xmlns:xsi"
                                                           , NVL2(v3.exception_code,null,'true') as "xsi:nil"
                                                            )
                                                           ,v3.exception_code)
                                                           , xmlelement("EXCEPTION_LONG_DESC"
                                                           , xmlattributes(
                                                             NVL2(v3.exception_long_desc,null,'http://www.w3.org/2001/XMLSchema-instance') as "xmlns:xsi"
                                                           , NVL2(v3.exception_long_desc,null,'true') as "xsi:nil"
                                                            )
                                                          ,v3.exception_long_desc)
                                                                      )
                                                              )
                                                            ) ORDER BY v3.distribution_line_no
                                                         ) FROM xgbz_fin_stage_ack_pot_v@dev_1157.RP.EDU.SG v3
                                                          WHERE v2.po_cont_code = v3.po_cont_code
                                                            AND v2.line_no = v3.line_no
                                                            AND v2.location_line_no = v3.location_line_no
                                                            AND v2.fs_timestamp = v3.fs_timestamp
                                                            AND v3.tx_timestamp IS  NULL
                                                       )
                                                     )
                                                   ) ORDER BY v2.location_line_no
                                                ) FROM xgbz_fin_stage_ack_pol_v@dev_1157.RP.EDU.SG v2
                                                 WHERE v2.line_no = v1.line_no
                                                   AND v2.po_cont_code = v1.po_cont_code
                                                   AND v2.fs_timestamp = v1.fs_timestamp
                                                   AND v2.TX_TIMESTAMP IS NULL
                                   )
                                 )
                               ) ORDER BY v1.line_no
                             )
                           ) dtls
                      FROM xgbz_fin_stage_ack_poh_v@dev_1157.rp.edu.sg poh,
                           xgbz_fin_stage_ack_pod_v@dev_1157.rp.edu.sg v1
                     WHERE v1.po_cont_code = poh.po_cont_code
                       AND v1.fs_timestamp = poh.fs_timestamp
                       AND v1.tx_timestamp IS NULL
                       AND poh.tx_timestamp IS NULL
                       AND poh.po_cont_code = rec_po_ack.po_cont_code
                     GROUP BY poh.po_cont_code,poh.ext_system_code,poh.amendment_no,poh.variation_no,poh.exception_code,poh.exception_long_desc,
                              poh.ministry_code, poh.dept_code)
      It's urgent please help in this regard.

      Thanks in advance.

      Concerning
      Mr. Nagendra

      Hello

      Here are two possible solutions:

      xmlelement("EXCEPTIONS",
        xmlforest(
          xmlforest(
            v1.exception_code as "EXCEPTION_CODE"
          , v1.exception_long_desc as "EXCEPTION_LONG_DESC"
          ) as "EXCEPTION"
        )
      )
      

      Mun

      xmlelement("EXCEPTIONS",
        case when v1.exception_code is not null
               or v1.exception_long_desc is not null
          then xmlelement("EXCEPTION",
                 xmlforest(
                   v1.exception_code as "EXCEPTION_CODE"
                 , v1.exception_long_desc as "EXCEPTION_LONG_DESC"
                 )
               )
        end
      )
      
    8. Firefox Inspector not to focus on the element by click on inspect.

      The new firefox for developers is out, I downloaded and used as your primary browser.
      However, I discovered that the Inspector not to focus or show the direct element that I inspected. He just open the inspector window & show the tag of the whole body.
      Is this something new to Firefox? or from the Add-ons of mine?

      This happens to you all the time or only in specific cases?

      This can happen if the elements are no longer present if the focus is removed from the web page that will happen if you try to inspect the item via the context menu.

      Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

      • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
      • Do NOT click on the reset button on the startup window Mode safe
    9. regular expression for the xml tags

      Dear smart people of the labview world.

      I have a question about how to match the names of xml text elements.

      The image that I have some xml, for example:

      Peter

      13

      and I want to match all of the names of elements, that is to say: no, son, grandson, age, regardless of any attribute have these items. There is a regular expression, I can loop, that can do this? (Something like "\<.+\> ". "") It is no good because it matches the entire xml string.) I'd really only two different expressions, one for the match start elements, e.g. and one for the correspondence of the elements, for example.

      Thanks for your help in advance!

      Paul.

      The site Of regular Expressions will be very convenient.

      They have some good tutorials on regexp with a demo of the XML tags:

      Here is a small excerpt:

      The regular expression <\i\c*\s*>matches an opening of the XML without the attributes tag corresponds to a closing tag. <\i\c*(\s+\i\c*\s*=\s*("[^"]*"|'[^']*'))*\s*>corresponds to an opening with a number any attributes. Put all together, <(\i\c*(\s+\i\c*\s*=\s*("[^"]*"|'[^']*'))*| i\c*)\s*="">corresponds to an opening with attributes or a closing tag.  (source)

      If you want advanced XML analysis I suggest JKI XML toolkit.

      Tone

    Maybe you are looking for

    • I want that yahoo off my browser compeltely. He did not ask, do not want. How?

      It is supported the home page. Even if google is my homepage, I have to go to tools, default homepage, press home page on the page and it goes to google. When I close and reopen the browser, YAHOO. It's boring. I deleted every trace I can find in the

    • A sent e-mail is also going in the trash in various forms

      Sent an email from Google to my credit card customer service. The next day, I noticed about eight versions of this email in the trash. The first note was only 'Dear Sir', but each version a little more mail, until the final version had all of the con

    • HP PHOTOSMART 7520E: CLAIM OF PRINTER CODE

      I'm about to get rid of my HP printer 7520 and buying another brand.  I tried for several months to connect to print E.  The instructions are NOT clear.  One of the instructions reads: "to connect to a web browser?  Just what that means.  I feel as i

    • Troubleshooting of fire suppression in multicolumn listbox elements.

      Hi all I'm developing a program to work with an instrument that communicates by RS232. I can connect to the instrument very well and very good control, my problem is when you try to remove data from the MCLB.  Attached is my entire .vi for reference,

    • Eurotherm rs232

      Hello I would like to acquire the eurotherm temperature 2704 with a rs232 communication using a visa vi. Under MAX I have error 0xBFFF0072.* * the resource is valid but the VISA cannot currently access *. If someone has already used the ' eurotherm 2