Problem with the group items

Hello world. Thank you for taking the time to look over my examples.

I can't group items with XSL.

Entry XML code:
< country >
< info enum = "CTRY" name = 'United States' States-total = "50" / >
< enum info = 'ST' name = 'New York' population = "8 244 910" / >
< enum info = 'ST' name = 'Chicago' population = "2 707 120" / >
< info enum = "CTRY" name = 'Germany' States-total = "16" / >
< enum info = 'ST' name = 'Berlin' population = "3 469 910" / >
< enum info = 'ST' name = 'Brandenburg' population = "2 500 000" / >
< / country >
------------------------------------------------------------------------------------------
My XSL:
< xsl: template match = "/" >
< country >
< xsl: for-each select = "Country/info" >
"< xsl: if test="@enum='CTRY "" > "
< CountryInfo >
< name > country: < xsl: value-of select="@name"/ > < / name >
"districts of <>< xsl: value-of select="@total-states "> < / xsl: value-of > < / districts >
< xsl: for-each select = "info/country /" >
"< xsl: if test="@enum='ST "" > "
< State >
< stateName > state name: < xsl: value-of select="@name"/ > < / stateName >
< statePop > State Population: < xsl: value-of select="@population"/ > < / statePop >
< / state >
< / xsl: if >
< / xsl: foreach >
< / CountryInfo >
< / xsl: if >
< / xsl: foreach >
< / country >
< / xsl: template >

My unwanted result:
< country >
< CountryInfo >
< name > country: United States of America < / name >
< > 50 districts < / districts >
< State >
< stateName > name of the State: New York < / stateName >
< statePop > State Population: 8 244 910 < / statePop >
< / state >
< State >
< stateName > name of the State: Chicago < / stateName >
< statePop > State Population: 2 707 120 < / statePop >
< / state >
< State >
< stateName > name of the State: Berlin < / stateName >
< statePop > State Population: 3 469 910 < / statePop >
< / state >
< State >
< stateName > name of the State: Brandenburg < / stateName >
< statePop > State Population: 2 500 000 < / statePop >
< / state >
< / CountryInfo >
< CountryInfo >
< name > country: Germany < / name >
< > 16 districts < / districts >
< State >
< stateName > name of the State: New York < / stateName >
< statePop > State Population: 8 244 910 < / statePop >
< / state >
< State >
< stateName > name of the State: Chicago < / stateName >
< statePop > State Population: 2 707 120 < / statePop >
< / state >
< State >
< stateName > name of the State: Berlin < / stateName >
< statePop > State Population: 3 469 910 < / statePop >
< / state >
< State >
< stateName > name of the State: Brandenburg < / stateName >
< statePop > State Population: 2 500 000 < / statePop >
< / state >
< / CountryInfo >
< / country >
---------------------------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++
My other XSL:
< xsl: template match = "/" >
"< xsl: for each group-select =" Country/info"group-by="@enum ">
< xsl: for each group-select = "current - group ()" group-by="@name" >
"< xsl: if test="@enum='CTRY "" > "
< country >
< CountryInfo >
< name > country: < xsl: value-of select="@name"/ > < / name >
"districts of <>< xsl: value-of select="@total-states "> < / xsl: value-of > < / districts >
"< xsl: for each group-select =" info/country / "group-by="@enum ">
"< xsl: if test="@enum='ST "" > "
< State >
< stateName > state name: < xsl: value-of select="@name"/ > < / stateName >
< statePop > State Population: < xsl: value-of select="@population"/ > < / statePop >
< / state >
< / xsl: if >
< / xsl: for each group->
< / CountryInfo >
< / country >
< / xsl: if >
< / xsl: for each group->
< / xsl: for each group->
< / xsl: template >

Other undesirable results:
< country >
< CountryInfo >
< name > country: United States of America < / name >
< > 50 districts < / districts >
< State >
< stateName > name of the State: New York < / stateName >
< statePop > State Population: 8 244 910 < / statePop >
< / state >
< / CountryInfo >
< / country >
< country >
< CountryInfo >
< name > country: Germany < / name >
< > 16 districts < / districts >
< State >
< stateName > name of the State: New York < / stateName >
< statePop > State Population: 8 244 910 < / statePop >
< / state >
< / CountryInfo >
< / country >
+++++++++++++++++++++++++++++++++++++++++

Expected result:
< country >
< CountryInfo >
< name > country: United States of America < / name >
< > 50 districts < / districts >
< State >
< stateName > name of the State: New York < / stateName >
< statePop > State Population: 8 244 910 < / statePop >
< / state >
< State >
< stateName > name of the State: Chicago < / stateName >
< statePop > State Population: 2 707 120 < / statePop >
< / state >
< / CountryInfo >
< CountryInfo >
< name > country: Germany < / name >
< > 16 districts < / districts >
< State >
< stateName > name of the State: Berlin < / stateName >
< statePop > State Population: 3 469 910 < / statePop >
< / state >
< State >
< stateName > name of the State: Brandenburg < / stateName >
< statePop > State Population: 2 500 000 < / statePop >
< / state >
< / CountryInfo >
< / country >

If possible, how can I produce my desired given result XML entry code?

Tags: Oracle Development

Similar Questions

  • Problem with the list item

    Hi all
    I am facing a problem with the list item in my form. In my form, I have a list item (tmd_stat) with 3 list of values as the item complete, incomplete and null.this lies in the control block.

    I have a block (Detail) which is the database block.status_disp [point List] is one of the .an article on the value of list tmd_stat is filling with different values.

    an alert message (you want to change the status? Yes/No) will appear when we change the list item. If I click YES then the list works and retail block point status_disp is filled with a different list of values. If I click on 'No' the list value will be set to changed value.i.e suppose that I'm changing the Complete incomplete list item, alert message will be displayed. If I click on 'No' the cursor is placed on incomplete but incomplete. How can I place the cursor on the full value.

    Can you please give me the solution.

    Thank you

    Hello

    Save the old value in a variable and then if the user clicks on No. then reassign this value to the list item.

    Kind regards

    Manu.

  • Someone had problems with the Group Me app?

    After you download this app and sync my contacts, I have an unknown person in my list of contacts that the person is in my address book.  I do not know this person and I couldn't get a response from the Group Me support app, and their page url does not exist.  Support people sent me a generic email and told me how to remove a member, but I have been unable to solve the problem of the way that they describe. Now, I can't get rid of that person.  I am afraid that they have access to all my contact information now.

    https://help.groupme.com/HC/en-us/community/topics is the community for the App... it doesn't seem that there's a lot of traffic

    I would normally ask here, but the number of post on the homepage is VERY low

    It belongs to the family of 'Skype' products owned ultimately by Microsoft

  • Problem with the library item

    I edited the library main menu item, remove a section dealing with the "Pub food", which is now obsolete and needs new data.

    When it I spotted in a browser, it seemed strange.  So I removed the <!---->, to return to the previous version.  When I clicked the "Update" option, it updated the site, and 'fact' was shown.

    But ONLY the Index and the pages accessed directly from the top menu page have been updated.

    The old version is shown on every other page is shown here:

    What corrective measures to take, please?

    I have not downloaded the new version, but you can see the original at www.portobelloroad.org.uk

    <!-#BeginLibraryItem "/ Library/new_menu.lbi"-->
    < div id = "p7PMM_1" class = "p7PMMh04" >
    < ul class = "p7PMM" >
    "< li > < a href ="... /... /.. / index.htm "> home < /a > < /li >"
    < li > < a href = "#" > sites < /a >
    < div >
    < ul >
    "< li > < a href ="... /... /.. / gallery/venues/Carneval_2010/carneval_2010_detail.html "> Carnival in Notting Hill < /a > < /li >"
    "< li > < a href ="... /... /.. / events/PFF_2010/PFF_2010_detail.html "> < /a > < /li > Film Festival"
    < li > < a href = "#" > stores < /a > < /li >
    < li > < a href = "pubs_summary.htm" > Pubs & amp; "" Bar < /a > < /li >
    <!-< li > < a href = "#" > in the < /a > road food
    < div >
    < ul >
    < li > < a href = "#" > Restaurants < /a > < /li >
    < li > < a href = "#" > cafes < /a > < /li >
    "< li > < a href ="... / venues/food/pub_food_detail.html "> Pub Food < /a > < /li >"
    < li > < a href = "#" >-> other < /a > < /li >
    < /ul >
    < / div >
    < /li >
    < li > < a href = "#" > < /a > stalls
    < div >
    < ul >
    "< li > < a href ="... /... / stalls_south/south_stalls_detail.html "> stands - South < /a > < /li >"
    "< li > < a href ="... /... / stalls_central/central_stalls_detail.html "> wedge - Center < /a > < /li >"
    "< li > < a href ="... /... / stalls_green/green_stalls_detail.html "> wedge - green < /a > < /li >"
    "< li > < a href ="... /... / stalls_north/north_stalls_detail.html "> stands - North < /a > < /li >"
    < /ul >
    < / div >
    < /li >
    "< li > < a href ="... /... / banks/banks_detail.html "> banks & amp;" ATMs < /a > < /li >
    "< li > < a href ="... /... /.. / gardens/gardens_summary.htm "> Public < /a > < /li > Garden"
    "< li > < a href ="... /... / electric_cinema/electric_cinema_detail.html "> movie < /a > < /li >"
    "<!-< li > < a href ="... / events/all_music_detail.html "> Live < /a > < /li > - > music"
    "< li > < a href ="... /... / hotels / accommodation_summary.htm "> accommodations < /a > < /li >"
    < /ul >
    < / div >
    < /li >
    < li > < a href = "#" > Gallery < /a >
    < div >
    < ul >
    "< li > < a href ="... /... /.. / gallery/old_gallery.html "> story < /a > < /li >"
    "< li > < a href ="... /... /.. / gallery/venues/Carneval_2010/carneval_2010_gallery.html "> Carnival in Notting Hill < /a > < /li >"
    "< li > < a href ="... /... /.. / gallery/stalls_gallery.html "> stalls < /a > < /li >"
    < li > < a href = "#" > Portobello Green < /a > < /li >
    "< li > < a href ="... /... /.. / gallery/pubs_gallery.html "> Pubs & amp;" Bar < /a > < /li >
    "< li > < a href ="... /... /.. / gallery/views_gallery.html "> views General < /a > < /li >"
    < li > < a href = "#" > < /a > gardens
    < div >
    < ul >
    "< li > < a href ="... /... /.. / gallery/local_gardens_gallery.html "> Local Public Gardens < /a > < /li >"
    "< li > < a href ="... /... /.. / gallery/japanese_garden_gallery.html "> < /a > < /li > Japanese garden"
    "< li > < a href ="... /... /.. / gallery/ken_palace_gallery.html "> Kensington Palace Garden < /a > < /li >"
    < /ul >
    < / div >
    < /li >
    < /ul >
    < / div >
    < /li >
    "< li > < a href ="... /... /.. / articles/articles_summary.htm "> items < /a > < /li >"

    < /li >
    < li > < a href = "#" > other < /a >
    < div >
    < ul >
    "< li > < a href ="... /... /.. / about.htm "> on < /a > < /li >"
    "< li > < a href ="... /... /.. / books/books_summary.html "> books of interest < /a > < /li >"
    "< li > < a href ="... /... /.. / credits.htm "> credits < /a > < /li >"
    "< li > < a href ="... /... /.. / campaign/campaign_summary.htm "> save us campaign < /a > < /li >"
    "< li > < a href ="http://www.youtube.com/watch?v=4wvkEPmfJMU "> visitor videos on Youtube < /a > < /li >"
    "< li > < a href ="... /... /.. / terms.htm "> terms < /a > < /li >"
    < /ul >
    < / div >
    < /li >
    "< li > < a href ="... /... /.. / contact_us.htm "> Contact < /a > < /li >"
    < /ul >
    < div class = "p7pmmclearfloat" > < / div >
    <!-[if lte IE 6] >
    < style > .p7PMMh04 ul ul li {float: left; clear: both; width: 100%;}. p7PMMh04 {text-align: left;}. p7PMMh04, .p7PMMh04 ul ul a {zoom: 1 ;} < / style >}
    <! [endif]-->
    <!-[if IE 5] >
    < style > .p7PMMh04, .p7PMMh04 ul ul a {height: 1%; overflow: visible! important ;} .p7PMMh04 {width: 100% ;} < / style >}}
    <! [endif]-->
    <!-[if IE 7] >
    < style > .p7PMMh04, .p7PMMh04 a {zoom: 1;}. p7PMMh04 ul ul li {float: left; clear: both; width: 100% ;} < / style >}
    <! [endif]-->
    < script type = "text/javascript" >
    <!--
    P7_PMMop ('p7PMM_1', 1,2, - 5, - 5, 0, 1, 0, 1, 0, 3, 1, 1, 0, 0);
    ->
    < /script >
    < / div > <!-#EndLibraryItem--> < / div >

    You need to update pages that use the library item as per

    Then, you need to download all the relevant pages.

    GRAMPS

  • Problems with the library items and network drives

    I was wondering if there are solutions to the following problem:

    I have directories on my laptop that I share through my local network.

    On another computer that is connected to the network, I have sites defined in Dreamweaver that point to these shared directories. Elements of model and the library will not update these sites. All sites that are defined on my local drive to update fine.

    Any suggestions / solutions are welcome. Thanks in advance. .

    I'm afraid that there are no options.

    The models folder must be at the root of the local site level.

    You can share local sites between several computers the (I do it
    often), but the only files that will be modified are those on the
    * real * local site. Or am I wrong interpret your question?

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    'Mile High Design' wrote in message
    News:eb56ps$40U$1@forums. Macromedia.com...
    > I was wondering if there are solutions to the following problem:
    >
    > I have directories on my laptop that I share through my local
    > network.
    >
    > On another computer that is connected to the network, I defined sites
    > in
    > Dreamweaver that point to these shared directories. Library and
    > Model
    > Articles will not update these sites. All sites that are defined on my
    > local
    > update from the drive fine.
    >
    > Suggestions / solutions are welcome. Thanks in advance. .
    >

  • JDeveloper 11 g: problem with the installation of JUnit extensions

    Hi all

    I have problem with installing JUnit extension of JDeveloper 11 g Release 1 (11.1.1.3.0).

    I spent the first steps from here: http://www.oracle.com/technetwork/articles/adf/part5-083468.html (verification of updates, select BC4J JUnit integration and JUnit, finishing), but after restarting the IDE I don't see JUnit extensions in the window of the JDevelopr 'Help'-'About', 'Extensions '.
    When I tried to create the unit test, I didn't see the menu item "Unit Tests" in the new window of the gallery.

    What could be the reason for such thing?

    Anatolii

    Hello

    I also had the same problem with the Jdeveloper version you are using. It looks like a bug. To work around this problem, I downloaded the form from the following site

    http://www.Oracle.com/ocom/groups/public/@OTN/documents/WEBCONTENT/131167.XML

    And manually installed with JDeveloper-> help-> Check For Updates-> select the option at the last, install from a Local file and select the file that you downloaded from the site above.

    Kind regards
    Nathalie.

  • I have a problem with the numbers. Help, please!

    I have a problem with the numbers. I am trying to create a formula that can add a cell only when another cell with a pop-up menu returns on a specific pop.  I can't ignore the cell if it is not on specific pop upward.

    assuming the cell with pop's cell A1

    and if the context menu contains items:

    YES

    NO.

    MAYBE

    and the value you want to add in cell A2

    You can add the value in cell A2 when the context menu is 'YES' like this

    = if(A1="YES", A2, "") +.

    where is the expression that adds other cells if you want

    could be another cell

    = If (A1 = "YES", A2, "") + B2

    or a range of cells

    = If (A1 = "YES", A2, "") + sum (B2, D2, G2:H5)

  • Starting problem with the gray screen on iMac

    Hello everyone

    I'm a bit puzzled with a problem I'm having with my iMac 27 "a model late 2009, bought in early 2010, I had built at the time with 8 GB ram, 2 TB HD and fastest i7 Quad core processor available at the time.

    I'm running El Capitan, and all wise OS is perfectly up to date.

    The other week, after a systematic restart, I have a gray screen and little else.  Another reboot and everything was "normal", so I did not concern me unduly.

    Today, after that the Mac had been idle for a time during a call, the screen fell asleep as usual (I do not SLEEP the computer itself), but during his return and touch the SPACEBAR and key "ESC", the screen remains black.

    So I made a forced shutdown and restart.

    I get the screen gray and normal startup (no other sounds) chime followed by the apple logo and the startup progress bar.  He gets to halfway through the long, and then instead of bring to the top of the login page, it's just going to a gray screen Uni.

    So I restarted in safe mode, OK and ran disk utility a couple of times - at the first crossing, he noted, there a problem with the map of partition which can cause problems starting, but on the second passes and the following, everything has been noted to be OK - and the SMART status of disk has been verified.

    After a reboot - the same question as above - of carillon, gray screen with the apple logo, progress bar and then just a gray screen.  I did another secure boot and re-run of disk utility, rebooted into recovery mode and run disk utility.  And again, no problems reported.

    Another reboot and the issue was always there.

    So this time I rebooted into recovery again mode and downloaded a new installation of El Capitan.

    Unfortunately, there is no set - it is always start on a gray screen after the startup chime, the apple logo and progress bar.

    I have also removed all my account account startup items and disconnected all USB devices.

    I'm a bit lost for what to do next to be honest!

    Is there anything else I can do software wise, at home, or is it time for the repair material re shop perhaps?

    Thank you very much for your words of wisdom and support

    Kind regards

    John... :-)

    John here again: :-)

    Just a quick update which may help to determine what the problem is: I restarted in safe mode, after the reinstallation of the operating system was unable to initialize properly - grey screen again.

    However, as I have a home network, I found that I can not connect on the network with my MacBook Pro to the iMac, see all my files user on the iMac and even copy them across to the MacBook Pro with no problems.

    Everything on the iMac is saved via Time Machine on a Western Digital Firewire HD 3to.

    I also have uncompressed manual 'straight' copies of my music, movies, documents folders, etc, for an old time Capsule, currently acting as a bridge to my ethernet network wireless, and provide additional backup for those critical files - my music for example is ripped 350 odd CD, all legally purchased in ALAC on iTunes on the iMac - which represents a couple of months of work... lol... no way I want to lose that!

    So I'm a bit of a loss.  Disk utility reported no problem with the drive... I can boot into safe mode and recovery, but normal mode 'mode '... I always get the chime, the screen with apple logo and progress of the gray bar, then goes to just a gray screen instead of the login page.

    Help!

    My beloved Einstein had a hiccup!

    All comments appreciated and thanks again - hope this extra info helps

    Kind regards

    John... :-)

  • Why can't I save a file changed due to problems with the properties?

    Vista Home Premium 64-bit

    I sent myself a JPG file, taken by a camera in the email.

    I backed up, & then tried to turn it using Windows Photo Gallery.

    He says: 'cannot save this image due to a problem with the properties of the file.'.

    Sometimes (once, so far), it then says 'Changes to the labels, legend, side, or date taken could not be saved in this file.'.

    When I try the same thing in Windows Explorer, it says "you cannot rotate this image.  The file may be used or open in another program or file or folder can be read-onlly. ».

    Properties file shows the file read-only.

    Unchecking that and apply or OK has no effect.

    Ditto for the folder.

    But looking around, I see that (sometimes (?)) other records are also marked read-only, but are not their files.

    When I produce-> properties-> details-> ' properties delete and personal information "->" create a copy with all deleted properties ", he says: 'an error occurred when writing the property 'Altitude' in the file <....>.'.

    I can't find another way to try to remove all the ((maybe) offend them) properties.

    Hello PMH232!

    Thanks for the return of the response.  Below, I have included a few steps to try.  When you fill out these test in Windows Explorer and see if you can rotate the images.

    1. click on the start menu.
    2. click on computer.
    3. right click on the drive that gives you trouble.
    4. Select Properties.
    5. click on the Security tab.
    6. click on the Edit button where it says "to change permissions, click on change."
    7. in the "group or user names", click on the user you want to change.

    8. in the area 'Permissions for the users', click the checkbox to allow full control.
    9. click on ok.

    Please let us know status.

  • Problem with the installation and activation of Autodesk Autocad 2011

    I'm having a problem with the Autodesk Autocad 2011 activation. After I download and install the software, there should I active and a window opens to activation. The problem is the window is empty and I tried closing and reopending the program. I tried to uninstall and reinstall the program several times and get the same result. I checked the site Autodesk solutions and tried what they suggested, but without success. Help, please.

    Thank you

    Matt

    Hello

    You can activate AutoCAD, through activation and the recording interface, you can activate your product 24 hours a day, seven days a week, through the Internet or by e-mail. Or the other option takes only a few steps to complete and requires your product serial number and registration information.

    http://images.Autodesk.com/ADSK/files/autocad_2011_faq_us.PDF

    Also try the suggestion in the given below link and check if this is useful to solve the problem.

    http://USA.Autodesk.com/ADSK/servlet/PS/DL/Item?siteID=123112&ID=10244471&LinkId=9240617

    http://USA.Autodesk.com/ADSK/servlet/PS/DL/Item?siteID=123112&ID=10243884&LinkId=9240617

    If this does not help, you must contact the support of AutoCAD to help you activate the product.

    http://USA.Autodesk.com/ADSK/servlet/PS/index?siteid=123112&ID=2714854&LinkId=9240617

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Problems with the Windows and Windows Update problem of Installation of KB2416472 component.

    Original title: I use SFC. EXE

    Error detected

    How can I fix this, or I have to re - install window again.

    CSI 0000015a [SR] cannot repair the military record [l:24 {12}] "settings.ini" Microsoft-Windows-Sidebar, Version = 6.0.6002.18005, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "

    The same with 0000015c detail above.

    00000309 [SR] cannot repair the military record [l:24 {12}] "settings.ini" Microsoft-Windows-Sidebar, Version = 6.0.6002.18005, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2010-10-08 12:35:51, CSI Info 0000030b [SR] cannot repair the military record [l:24 {12}] "settings.ini" Microsoft-Windows-Sidebar, Version = 6.0.6002.18005, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2010-10-08 12:35:51, CSI Info 0000030 c [SR] this element is referenced by [l:158 {79}] "' Package_16_for_KB948465 ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.1.18005.948465 - 49_neutral_GDR" "

    00000367 [SR] cannot repair the military record [l:24 {12}] "settings.ini" Microsoft-Windows-Sidebar, Version = 6.0.6002.18005, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2010-10-08 12:38:13, Info CSI 00000369 [SR] cannot repair the military record [l:24 {12}] "settings.ini" Microsoft-Windows-Sidebar, Version = 6.0.6002.18005, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2010-10-08 12:38:13, CSI Info 0000036 [SR] a the item is referenced by [l:158 {79}] "' Package_16_for_KB948465 ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.1.18005.948465 - 49_neutral_GDR" "
    2010-10-08 12:38:13, CSI Info 0000036 c [SR] full repair

    Having a problem with the Update window for

    Update of security for Microsoft .NET Framework 4 on Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Server 2008 x 86 (KB2416472)

    I followed the recommendation, that nothing has changed.

    Download size: 4.7 MB

    You may have to restart your computer for this update is taken into account.

    Update type: Important

    A security issue has been identified that could allow a malicious user to compromise your Windows system that is running the Microsoft .NET Framework and gain access to information. You can protect your computer by installing this update from Microsoft. After you install this item, you may have to restart your computer.

    Thank you

    Hello

    Problems with the Windows Sidebar?

    It seems that the problem is related to the Windows Sidebar. Remove all third-party sidebar gadgets if

    Follow these steps and check if it helps.

    Logon as administrator-

    a. If the sidebar is running - make a right click on the sidebar near the lower clock icon right in and out

    b. Click Start - Type "CMD" in the search box - find top - right click it and run as administrator.

    c. replace C:\Program Files\Windows Sidebar by copying and pasting this command->

    CD C:\Program Files\Windows Sidebar
     
    d. press enter (this is assuming that your sidebar is on C:, otherwise use the letter of the drive is on)

    Guest should be--> C:\Program Files\Windows Sidebar >

    e. then copy and paste each of them following their tour to enter

    regsvr32-u sbdrop.dll

    regsvr32-u wlsrvc.dll

    regsvr32 atl.dll

    regsvr32 sbdrop.dll

    regsvr32 wlsrvc.dll

    Sidebar should now work.

    Also if you scan SFC does not fix a corrupted system file, you can follow the steps from the link below.

    Look under "'If the System File Checker tool can not repair a file, proceed as follows :" "

    As with regard to the installation of KB2416472, to install this hotfix, you must have Windows Installer 3.1 or a later version installed on the computer. To get the latest version of Windows Installer, see the following Microsoft Web site.

    For maore information, see: http://support.microsoft.com/kb/2416472

    Aziz Nadeem - Microsoft Support

    [If this post was helpful, please click the button "Vote as helpful" (green triangle). If it can help solve your problem, click on the button 'Propose as answer' or 'mark as answer '. [By proposing / marking a post as answer or useful you help others find the answer more quickly.]

  • When starting a warning pops up saying he had problems with the file: XBD EXE that can be done to correct it?

    When starting a warning pops up saying he had problems with the file: XBD EXE that can be done to correct it?

    Hi r13hunter,

    It seems that some programs running on the computer fails to load at startup of the system. Try these steps and check the result.
    Step 1: Find the program that causes this problem and delete or fix
    a. Click Start, type msconfig and press to enter.
    b. click on Startup tab, in the list, search for the path of the xbd.exe file and the associated program.
    c. Once you have found the path of the item and the associated program, repair or reinstall the program.
    See Uninstall or change a program

    Step 2: If the problem persists, perform the clean boot to find this good program that is causing the problem to the system startup
    a. open the article: http://support.microsoft.com/kb/929135
    b. Article, follow "step 1: perform a clean boot" the implementation of these measures will disable all programs not Microsoft currently running on the computer.
    c. restart the computer and check if the problem persists.
    d. If the problem does not persist in the boot, it means that some programs non-Microsoft is the source of the problem.
    e. to find the program that is causing the problem, try "step 2: enable half the services" to "step 6: resolve the problem.
    f. Once you find the culprit, check if there is any updates to update or fixes to the program. If you find, install them and check the difference or reinstall the latest program.
    g. Article, follow "step 7: reset the computer to start as usual.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • There might be a problem with the configuration of your DOMAIN NAME SERVER

    Last week one, I noticed some problems with my internet connection. I have a BSNL broadband connection. I am connected to the internet, and after some time all of a sudden, I'm not able to connect. My modem lights are all on and on my laptop, I see the symbol of 2 computers with a note on it, which means that I'm connected. But still the pages not displayed. When I run Network Diagnostics (I Windown Vista) I get the error message saying: "there could be a problem with the configuration of your DOMAIN NAME server. I turned off the computer and the modem and switch it on after a long time... He would return but loses the connection with the same error message again. What can I do? I tried to reset the modem, also tried the system restore. What can I do? Please help me. I have laptop Dell Insipiron with Windows Vista and I connect wireless.

    We do not know how your system should be set up - including the DNS configuration and settings.  I recommend you contact your ISP's technical support group and get help from them in the configuration of your computer (and test lines and modem - the problem could be the modem and not on the computer or it could even be the service provider itself).  It can be something as simple as a typo or a box checked or not checked - I do not know because I do not know their settings (different for each access provider).  Give them a call.  I do so often when I have connection problems, and they are almost always useful, or schedule a service call if they cannot help.  I think it's your best chance to solve this problem.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • You try to run the system on my desktop restore encounters a problem with the program looping.

    Original title: System Restore loops

    Hi, I am trying to run restoring the system on my desk is a problem with the program in a loop.  He directs the system restore and then comes back just to start the system again Restore page.  How to solve this?  I started having problems when I have updated the BIOS on my motherboard.  When I installed the motherboard at the start, I think I used the incorrect installation disc (my son has same brand motherboard but the sound is more advanced).

    Recovery of your computer (Windows) using "Recovery Partition" of the Manufacture or
    contact PC manufacturing (see support links below) and order the recovery media.

    Note: Activation is not required when you use the recovery partition or recovery media, but you will need to reinstall all your applications.

    Also to save your documents on external support (if possible) before starting the recovery process.

    Once completed, your PC will be actually in the State when you first purchased it and turned on for the 1st time.

    To access the recovery Partition, start your computer, and then by pressing the appropriate function key. It can be either F1, F2, F9, F10, F11, F12, DEL or tab key. Check the list below or your user manual for your brand and model.

    If your hard drive has failed, do not have a recovery partition or the recovery partition is not accessible,
    Then, you must contact the manufacturer support team and ask for a "recovery disc" which allows to reinstall Windows 7.

    How access/start the process of recovery of the manufactures listed below.

    Acer: Press and hold ALT + F10, as soon as you see the logo
    http://Acer.custhelp.com/app/answers/detail/A_ID/2631
    Acer support: http://www.acer.com/worldwide/support/
    Acer recovery support: http://store.acer.com/store/aceramer/en_US/eRecovery

    Advent: restart your computer, then the immediate start by pressing the [F8] key or the F10 key.
    The fastest way to restore your computer is to use the hard disk recovery tools. You can access them by restarting your computer and then pressing the [F8] key or the F10 key until the Advanced Boot Menu appears. Use the arrows to select "Repair your computer", then press [Enter]. Read all of the instructions on the website of advent and made your choice as to the action you want to perform: http://www.adventcomputers.co.uk/restore-or-reinstall-windows-your-computer
    Support: http://www.adventcomputers.co.uk/product-support/support-services

    ASUS: Press or press the F9 key as soon as you see the Asus logo.
    http://support.ASUS.com/troubleshooting/detail.aspx?SLanguage=en&m=X53E&OS=&no=1775
    ASUS support: http://support.asus.com/contactus.aspx?SLanguage=en

    Dell: Press F8 directly after switching on / to start the computer
    Recovering detail instructions:
    http://www.Dell.com/support/troubleshooting/us/en/19/KCS/KcsArticles/ArticleView?docid=DSN_362066
    http://www.Dell.com/support/troubleshooting/us/en/19/KCS/KcsArticles/ArticleView?docid=52182
    Dell support: http://www.dell.com/support/home/us/en/19?c=&l=&s=
    Or: http://www.dell.com/

    EMachines: hold the Alt key and hold press and release the key F10
    http://Techchannel.RadioShack.com/eMachines-system-recovery-1747.html
    Support: http://www.emachines.com/ec/en/US/content/support

    Fujitsu: Press F8 several times directly after switching on
    https://answers.Yahoo.com/question/index?QID=20110406074143AAcx1Zw
    Support: http://www.fujitsu.com/global/support/

    Gateway:
    http://www.ehow.com/how_6297937_restore-gateway-laptop-factory-settings.html
    https://support.gateway.com/s/software/Microsof/Vista/7515418/7515418su531.shtml
    Support: http://www.gateway.com/worldwide/support/

    HP Notebook: Usually to begin recovery process press the F10 key, power on the computer
    HP Mini: Press F11 directly after switching on / to start the computer
    http://h10025.www1.HP.com/ewfrf/wc/document?DocName=c01867418&cc=us&destPage=document&LC=en&tmp_docname=c01867418
    Support: http://www8.hp.com/us/en/contact-hp/ww-contact-us.html

    Lenovo uses the F11 key to launch the restore process:
    http://support.Lenovo.com/en_US/detail.page?LegacyDocID=MIGR-4UFUYK
    Directions for Lenovo OneKey Recovery, hidden partition and recovery DVDs:
    https://support.Lenovo.com/us/en/documents/ht077384
    and: http://support.lenovo.com/en_US/detail.page?DocID=HT077144
    Support: http://support.lenovo.com/en/supportphonelist

    How to run Lenovo Onekey Recovery
    http://support.Lenovo.com/en_US/downloads/detail.page?docid=HT062552
    Detailed as follows: http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&LegacyDocID=127597018499211

    You can also find parts of this article from Lenovo worth reading:
    http://support.Lenovo.com/en_US/detail.page?LegacyDocID=MIGR-4VFUDU

    LG: Press F11 directly after switching on / to start the computer
    Support: http://www.lg.com/

    Packard Bell: Turn on your computer. When Packard Bell logo is displayed, press in and hold the ALT key while pressing the F10 key several times. Release the keys when a message that Windows is loading files.
    After the system recovery program has loaded follow the instructions to reinstall the operating system.
    Support: http://www.packardbell.com/index.html

    Samsung: Press the F4 key to the Samsung logo when you turn on first of all of the computer.
    Support: http://www.samsung.com/

    Sony VAIO Windows 7: restart and press "F10".
    https://CA.en.KB.Sony.com/app/answers/detail/A_ID/35585/p/48903, 49902,71663,71664/c/65,67/kw/recovery%20using%20f10
    Sony VAIO Vista: Restart and press "F8" repeatedly until the screen "Advanced Boot Options".
    https://us.en.kb.sony.com/app/answers/detail/a_id/41931/~/how-to-perform-a-system-recovery-using-the-vaio-recovery-center.
    https://us.en.KB.Sony.com/app/answers/detail/A_ID/41949/session/L2F2LzEvdGltZS8xNDA4MjI2NTAzL3NpZC8qWVBPbCpfbA%3D%3D
    Support: http://www.sony.net/SonyInfo/Support/

    Toshiba: Press on F12 or the value 0 (zero) key on the top of the keyboard (not the zero on the numeric keypad key)
    and at the same time, press the button power once to turn on your laptop.
    When the Toshiba screen appears; release the 0 key.
    References: http://www.mytoshiba.com.au/support/items/faq/71
    http://forums.Toshiba.com/T5/system-recovery-and-recovery/how-to-perform-system-recovery-Windows-7/Ta-p/279643
    Support: http://www.toshiba.co.jp/worldwide/

    Windows 7 - location of the Partition Recovery and information.
    "Configurations of drive partitions using the BIOS has recommended.
    Note: Check the diagrams of this article
    http://TechNet.Microsoft.com/en-us/library/dd744364%28WS.10%29.aspx

    J W Stuart: http://www.pagestart.com

  • Problem with the ObjectListField

    Hello

    I have problems with the method getSelectedIndex() ObjectListField.
    Supposedly, when there is no index selected, it returns-1. But how come it always returns the index of the last element?

    To illustrate, I created my own dialog that has similar functionality to the "device window select" Bluetooth BB application. I have an ObjectListField and a Cancel button. What I did simply, is to change the label of the button to show the selected index. I have attached my sample code below.

    public class MyDialog extends dialog
    {
    private ObjectListField m_list;
    private ButtonField m_btn;

    public MyDialog)
    {
    Super ("Select Device:", null, null, 0, Bitmap.getBitmapResource ("bluetoothIcon.PNG"), Manager.FOCUSABLE);

    m_List = new ObjectListField();
    m_btn = new ButtonField ("Cancel", Field.FIELD_HCENTER);
    m_List.set (new String [] {"first", "second"});

    Add (m_List);
    Add (m_btn);
    }

    protected boolean navigationClick (int status, int time)
    {
    m_btn.setLabel (Integer.ToString (m_List.getSelectedIndex ()));

    Returns true;
    }
    }

    Can someone help me on this problem? Is there something wrong with my code, or is the buggy API? All I want to do is to return an index of-1 if there is no selected item in the list.

    Also, I tried the isFocus() method to check if the list is being concentrated, it always returns false even if the list is OBVIOUSLY being focused. I'm running out of options on how to determine the solution to this problem. Help, please!

    Thank you very much.

    @jacylan - I do not use isFocus() to determine if the ListField is net.  Take a look at the following code, I think that with this, you can force-1 when the ListField is not the point.

        protected boolean navigationClick(int status, int time)
        {
            int selectedIndex = m_list.getSelectedIndex();
            boolean listInFocusOption1 = false;
            if ( this.getLeafFieldWithFocus() == m_list ) {
                listInFocusOption1 = true;
            }
            boolean listInFocusOption2 = false;
            if ( m_list.isFocus() ) {
                listInFocusOption2 = true;
            }
            m_btn.setLabel(Integer.toString(selectedIndex) + ":" + listInFocusOption1 + ":" +listInFocusOption2);
    
            return true;
        }
    

Maybe you are looking for