Hello Everybody somethings happened with my XML p /p & h4 /h4

Hello from Sunny Bali,, I am very new with this and still learner,, so not too technical please (unless it's unavoidable)
I have almost finished building my web-site using Dreamweaver CS5,, it looks and functions very well, and I have just spent 2 days following some of the tutorials I found here, to make it look even better,
I have the main page set up with with spry Tabbed Panels,  even with Tabbed Panels within the Tabbed Panels,, which all work great (I followed one tutorial about changing the colours of the Tabs, and another about linking from 1 tab to another ... works great.
The problem is that (and sorry I don't know the technical words for this) on some of the tabbed panels, I have used spry master detail function, linked to some XML pages, which work fine except for the <p></p> and the <h4><h4> seperators show up along with all the text that I put into each section
I have enclosed the text and everything inside the CData thingy.
Example
<Car>
<Type>Diahatsu Xenia</Type>
<SmallDesc>Medium 4 Door Family Car</SmallDesc>
<BigDesc><![CDATA[<p>Suitable for a driver and up to 4 passengers comfortable, reasonable space for luggage, a very good car for about town, also very good for touring</p>]]></BigDesc>
<Desc><![CDATA[Diahatsu Xenia a medium 4 door family car]]></Desc>
<fourhoursAus><![CDATA[54:00$]]></fourhoursAus>
<eighthoursAus><![CDATA[47:00$]]></eighthoursAus>
<tenhoursAus><![CDATA[41:00$]]></tenhoursAus>
<twelvehoursAus><![CDATA[37:00$]]></twelvehoursAus>
<fourhoursUSA><![CDATA[54:00$]]></fourhoursUSA>
<eighthoursUSA><![CDATA[47:00$]]></eighthoursUSA>
<tenhoursUSA><![CDATA[41:00$]]></tenhoursUSA>
<twelvehoursUSA><![CDATA[36:00$]]></twelvehoursUSA>
<fourhoursRp><![CDATA[450,000Rp]]></fourhoursRp>
<eighthoursRp><![CDATA[400,000Rp]]></eighthoursRp>
<tenhoursRp><![CDATA[350,000Rp]]></tenhoursRp>
<twelvehoursRp><![CDATA[300,000Rp]]></twelvehoursRp>
<Deposit><![CDATA[]]></Deposit>
<Enquiry></Enquiry>
<Image>./Pictures/Xenia.gif</Image>
<Terms></Terms>
<spare></spare>
<Spare1></Spare1>
</Car>
When I open the tab to display, or viwe the section on the browser,, the <p></p> is part of the words. I am sure before it didn't show that. All I have done I think is to change the default colour section on the main page
Example
h1, h2, h3, h5, h6, p {
    margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    color: #033;
h4  {
    margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    color: #C30;
    font-weight:bold
What I am trying to achieve is different tect colour and sttenght (bold) and new paragraphs where the text is long so it makes it easier to read.
Sorry can't give you a link to the site because we haven't got one yet, if you need anything else please let me know and I will try to show it.
Thanks in advance for any assistance.

Hello again every one. Well thanks for the suggestion,, I said before I am still learning about all this,, I looked at the code on the pages,, and I can't figure out where I should put the code that was suggested might help mesolve that problem. I know that it is difficult for you without being able to look at the pages in situ,, but we just don't yey have a domain hosting,, so I cannot,, what I don't understand is that if I make a completly new page,, and using the insert spry dataset button,, and follow the menu,, so in effect it is a completly new page away from the others,, It still shows up the <p></p> etc in the text.
Anyway I would love to give the suggestion a try,, but am lost as to where I insert the code on the pages
Thanks again

Similar Messages

  • Hello, everybody,  help me with quota arragement and release Purchase Order

    Hello everybody:
            When maintain Quota arrangement today, a warning message poped up saying Quota arrangement for Material X10002 in plant 1855 not active. but X10002 does exist, I can maitnain it with MM02. 
             Why this happened? everyone.
             what's more,  all purchase order can not be released  with me29n , but ok with me28. why is it so  ? thank  you in advance, everybody. couldn't thank you more.

    Hi,
    Regarding your 2 nd Query.
    ME29N - Indidual Release
    Suppose when my PO is subjected to three release code, this transaction gives me an option to release the three levels altogether by the highest level ( ie the three level release will be able to perform the release if R1 and R2 have not released )
    ME28 - Collective Release.
    This needs to be released by inidviuals using their release code independently thereby the release is possible only with the three levels releases the same.
    The names given to transaction codes is a little bit confusing unless until you are clear about the fucntionality.
    Regards,
    DilliB

  • Hello, everybody,  help me with my smartforms

    There are always some exceptions jump out when I called my smartforms from another program. It must because of the way I passed the parameter of a Interanl table because when I deleted it, this smartform ran well.
         the following is the simple pragram.
    *& Report Z_PRACTICE_GUODD
    *& practice how to use smart_form
    REPORT Z_PRACTICE_GUODD.
    TABLES: EKPO, EKKO.
    TYPES: BEGIN OF ITAB,
    EBELN LIKE EKPO-EBELN,
    MATNR LIKE EKPO-MATNR,
    AEDAT LIKE EKKO-AEDAT,
    END OF ITAB.
    *TYPES ITAB TYPE TABLE OF ITAB_LINE.
    DATA: ITAB_TEMP_PRACTICE TYPE ITAB OCCURS 0 with header line.
    DATA: P_ITAB TYPE ITAB OCCURS 0 with header line.
    DATA: SMARTFORM(30) TYPE C.
    DATA: FM_NAME TYPE RS38L_FNAM.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE T1.
    SELECT-OPTIONS : S_EBELN FOR EKPO-EBELN no intervals no-extension.
    SELECTION-SCREEN END OF BLOCK B1.
    INITIALIZATION.
    T1 = 'Machine Query Conditions'.
    AT SELECTION-SCREEN.
    SELECT AEBELN AMATNR B~AEDAT
    INTO CORRESPONDING FIELDS OF TABLE ITAB_TEMP_PRACTICE
    FROM EKPO as A
    INNER JOIN EKKO as B ON AEBELN = BEBELN
    WHERE A~EBELN = S_EBELN.
    APPEND ITAB_TEMP_PRACTICE.
    DATA: LINE TYPE I.
    DESCRIBE TABLE ITAB_TEMP_PRACTICE LINES LINE.
    DATA : JZRQ TYPE C.
    SMARTFORM = 'Z_GUODD_SHEET2'.
    IF LINE = 0.
    STOP.
    ELSE.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    FORMNAME = SMARTFORM
    IMPORTING
    FM_NAME = FM_NAME
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3 .
    TABLES
    P_ITAB = ITAB_TEMP_PRACTICE
    CALL FUNCTION FM_NAME
    EXPORTING
    P_JZRQ = JZRQ
    TABLES:
    P_ITAB = ITAB_TEMP_PRACTICE
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5.
    ENDIF.
    ***********************end of the program*************************************************
    In the smartforms, I made the following configuration.
         Global definition   ---> Types ,  I added
            TYPES: BEGIN OF ITAB_LINE,
            EBELN LIKE EKPO-EBELN,
            MATNR LIKE EKPO-MATNR,
            AEDAT LIKE EKKO-AEDAT,
            END OF ITAB_LINE.
         TYPES ITAB TYPE TABLE OF ITAB_LINE.
         FORM  INTERFACE -
    > IMPORT ,  I SPECIFY
          1 P_JZRQ type c
          2  P_ITAB type ITAB
          THE EXCEPTIONS ARE AS FOLLOWING: 
          one of the parameters needed according to the interface description was not specified. this parameter was "P_ITAB" .
          please give me a hand, everybody.. ......cound't thank you more.

    Hi,
         1. Please write the select query at start of selection event.
         2. 'SSF_FUNCTION_MODULE_NAME' is used to find the FM module. hence you should not use this module to call the smart form.
    goto your smart form and press execute. you will get an FM name. (eg /1BCDWB/SF00000175)
    Copy this FM name and goto ur report program and click on pattern and give this name and press ok.
    you will get a list of import and export parameter. Now pass the input values to this FM.
    Please test it and check if it works.
    once its working then, delete the FM name (/1BCDWB/SF00000175) and give the variable name FM_NAME.
    Regards,
    Niyaz
    *reward points if usefull

  • Hello everybody. I have Mac Os X 10.6.8. Can I star with use creative clouds, or it's impossible?

    Hello everybody. I have Mac Os X 10.6.8. Can I star with use creative clouds, or it's impossible?

    Hi Daniele,
    The CC2014 applications are only compatible with 10.7 or later but you can install CC and CS6 versions of most of Adobe applications but not all.
    You can refer to the link mentioned below:
    http://helpx.adobe.com/creative-cloud/system-requirements.html
    Creative Cloud for desktop FAQ
    Thanks,
    Nikhil Gupta

  • Hello everybody, is there a possibility to block "anonym callers" with iPhone 5?

    Hello everybody, is there a possibility to block "anonym callers" with iPhone 5?

    No. You can try this through your carrier. At this time iphones cannot block callers... I think ios7, when it gets released, will have this feature.

  • Hello everybody, I need to update my ITunes on my MAC (laptop) to the newer version so I can then be able to update the latest updates for my Iphone-3G'S. I don't require a complete reinstall just need to be able to update it.What I have tried so far is I

    Hello everybody, Im trying to update my ITunes on my MAC (laptop) to the newer version so I can then be able to update the latest updates for my Iphone-3G. I don’t require a complete reinstall just need to be able to update my itunes.
    What I have tried so far is I had my MAC search for update’s and it said that I should update to (ITunes version  10 . 6 . 3 ) So I asked it to do the update but after 2hrs of waiting for it to download/update it then puts up a message saying the following- (In order to continue installation, please close the following application: ITunes).
    When I tried to do this another message comes up that says- (The update ITunes can’t be installed. The following install step failed: run preupgrade script for Apple mobile device support. Contact the software manufacturer for assistance.)
    I have also tried to run the update while having closed ITunes before I even start the update but the same problem happens after waiting about 2hrs.
    Some one that had the same problem said this might be happening in the older operating systems. But that does not make sense because surely Apple want customers who own a MAC and i-phone to still buy from iTunes.
    My MAC is about 4-5years old. I have a i-phone.3G, 
    Can anybody help me please and Thank you?

    Download iTunes using the tab at the top of this page. Then run the update with iTunes closed.

  • [JS CS3] Problem with iterating xml tags

    Hello,
    Below is a script that is supposed to find text in a document and then tag it with an xml tag. I have run into a problem, which if I solve in the way I know how, causes another problem.
    When I iterate in a positive direction--i++--the first instance of the text (in this example "abc") is correctly tagged. But the second instance the tag recedes by two characters, that is, tags the three characters prior to the "c." A third instance will recede two more characters, ad nauseam, if my Latin is correct.
    The solution is to iterate backwards, i.e., i--. But this causes another problem. If there is more than one story, then the xml structure reverses the order of the stories. The elements within a story are ordered correctly however.
    So why is this happening and how can I solve it?
    Thanks,
    Tom
    var myDoc = app.activeDocument;
    var findABC = theTextFinder(myDoc,"abc");
    xmlTagIt(myDoc,"abc",UIColors.RED,findABC);
    //*****functions*******
    function xmlTagIt(docRef, tagName,colorOfTag, arrToTag){
        var tagName, colorOfTag,  arrToTag;
        myDoc.xmlViewPreferences.showStructure = true;
        myDoc.xmlViewPreferences.showTaggedFrames =true;
        myDoc.xmlViewPreferences.showTagMarkers = true;
        myDoc.xmlViewPreferences.showTextSnippets =false;
        myDoc.xmlPreferences.defaultStoryTagColor = UIColors.WHITE;
        var rootElement = myDoc.xmlElements.item(0);
        if (myDoc.xmlTags.item(tagName) == null) {
            var tagRef = myDoc.xmlTags.add(tagName, colorOfTag);
      } else {//if tag already exists then stop the script. Avoid double tagging
           myDoc.xmlViewPreferences.showStructure = true;
           alert("You have already run this script.");
           exit();
       }//end else
        //for (var i = arrToTag.length-1; 0 <= i; i--){
        for (var i = 0; i <= arrToTag.length-1;  i++){
            var elementRef = rootElement.xmlElements.add (tagRef,arrToTag[i]);       
         }//end for i
    }//end function xmlTagIt
    function theTextFinder(docRef,textFindIt){//last argument is the string of text to find
        app.findTextPreferences = NothingEnum.NOTHING;
        app.changeTextPreferences = NothingEnum.NOTHING;
        app.findTextPreferences.findWhat = textFindIt;
        var arrTextFindIt = myDoc.findText();
        return arrTextFindIt;
    }//end theTextFinder

    Dave,
    Thanks for the reply.
    I'm not sure what you mean by "convert the references on the fly." You mean find a way to advance two characters forward and tag that? In the script I submitted here I am only searching for "abc," which of course I would not search or at all  in real life. The script uses grep to search for about twenty different typographical errors that typically appear and tags them all.
    Reiterating backwards seems, at first sight the way to go. But I haven't a clue as to how to reverse the order of the stories. I can get an array of stories, and array.reverse() them, but am not sure how to then make the script put this reversed order into the xml structure. Any hints?
    There, of course is bigger problem with the stories. If the document is written with one story created after another then the order of them is top to botom. But if say a text frame edited into the middle of all this, that story is still the last one in the xml structure. At least in one test, that was so. Maybe the way to solve this is to build an array of stories that have as one xml attribute the page it first appears on. Then order the array according to that attribute.
    Any advice you give will be appreciated.
    Thanks,
    Tom

  • Something strange happen with Maps

    Hello Everybody ,
    When I was in Saudi Arabia, the maps as usual we know its become so bad and when I check china map I didn't find any of metro lines and stations, all gone as we know.
    the strange happen , when I reach china and I connect to China Unicom , the maps has been changed to new ones , includes all places and metro lines and station , both English and Chinese language, and no 3D.
    its not same as google but it called AutoNavi. so I was happy with apple and I though apple has updated their maps.
    but when I go back to Saudi Arabia , I was surprised that maps back as before , and when I look to china map , again all disappear metro , etc . also its using again tomtom maps !!
    Does this happen with anyone ? or someone knows about it ?
    here 2 images one when I was in china and one when I back to Saudi for same area ,, near to Quzhuang station in Guangzhou , China.

    I got this article about the AutoNavi in china , but how it can be change by it self without any updates ? and why don't apple use it all the world ?!
    http://www.bloomberg.com/news/2012-07-05/apple-said-to-pick-autonavi-to-offer-ip hone-maps-in-china.html

  • Hello, I need help with my macbook pro. It looks like I cannot install anything anymore. Everytime I try to install a new software, use the migration assistant or click the lock to make changes, it simply does not react.

    Hello, I need help with my macbook pro.
    It looks like I cannot install anything anymore. Everytime I try to install a new software, I simply get stuck during the installation type process. I put in my password, it does accept it, but it does not go any further.
    I tried to reset the password, put no password, repair the permissions, the disk but nothing will do. I nearly got stuck with the log in screen but finally succeeded in disabling it.
    So I thought I might try to create a new account but I cannot click the lock to make changes. It simply refuses to react.
    I am now thinking about using the migration assistant to save all my settings, data and so fourth, but again I get stuck when I have to type in my password. It accepts it but nothing happens...
    I guess it has something to do with the authorization process, but can't find anything on the internet about it... Can you help me out?
    I am running Lion 10.7.3.
    Regards,
    Nicolas.
    (I apologize if any grammatical/structural mistakes were to be found, english is not my mother-tongue. )

    You probably won't like this suggestion, but I suggest you reinstall Lion.
    First, backup your system. Next, reboot your system, press/hold the COMMAND-R keys to boot into the Recovery HD. Select 'Reinstall Mac OS X'. If you purchased Lion as an upgrade to Snow Leopard, the reinstall process will install Lion 10.7.3. If your system came preinstalled with Lion, you might still get Lion 10.7.2. Both installs are a total install of the OS. None of your apps or data will be impacted. Just the OS.

  • Problem with loading XML file from directory.

    Hello everyone.
    *1)* I have directory defined by DBA. I have read, write privileges. I can read file from this directory using UTL_FILE, I can create file in this directory using UTL_FILE. I tried many times and it does not seem to be any problems.
    *2)* I have very simple XML table (with just one column of xmltype). I can insert into this column using:
    insert into temp_xml values (
    Xmltype ('<something></something>')
    *3)* When executing
    insert into temp_xml values (
    Xmltype (
    bfilename('XML_LOCATION', 'sample.xml'),
    nls_charset_id('AL16UTF8')
    I'm receiving an error:
    Error report:
    SQL Error: ORA-22288: file or LOB operation FILEOPEN failed
    ORA-06512: at "SYS.DBMS_LOB", line 523
    ORA-06512: at "SYS.XMLTYPE", line 287
    ORA-06512: at line 1
    22288. 00000 - "file or LOB operation %s failed\n%s"
    *Cause:    The operation attempted on the file or LOB failed.
    *Action:   See the next error message in the error stack for more detailed
    information. Also, verify that the file or LOB exists and that
    the necessary privileges are set for the specified operation. If
    the error still persists, report the error to the DBA.
    *4)* Previously I was receiving more descriptive errors like permission denied, file not exists etc. This time there is no clear description apart from "file or LOB operation %s failed\n%s". I'm sure I can access this file in this directory (I used UTL_FILE to dbms_output the content).
    Any help would be greatly appreciated.
    Regards
    Marcin Jankowski

    Hi Marcin,
    Welcome to the forums.
    One very important thing with Oracle XML : please always give your database version, all four digits (e.g. 10.2.0.4).
    Does the directory resides on the same machine as the database? Which OS?
    Does any of the following work ?
    DECLARE
       v_lob   CLOB;
       v_file  BFILE;
    BEGIN
       v_file := BFILENAME('XML_LOCATION','sample.xml');
       DBMS_LOB.createtemporary(v_lob, true);
       DBMS_LOB.fileopen(v_file);
       DBMS_LOB.loadfromfile(v_lob, v_file, DBMS_LOB.getlength(v_file));
       INSERT INTO temp_xml VALUES( xmltype(v_lob) );
       DBMS_LOB.fileclose(v_file);
       DBMS_LOB.freetemporary(v_lob);
    END;
    DECLARE
       v_lob   CLOB;
    BEGIN
       v_lob := DBMS_XSLPROCESSOR.read2clob('XML_LOCATION', 'sample.xml', nls_charset_id('AL16UTF8'));
       INSERT INTO temp_xml VALUES( xmltype(v_lob) );
    END;
    /

  • Hello everybody,i've forgot my apple password and i wanted to reset it to a new one but i also forgot the security question and the alternative email does not work and i am really need to log in to my apple i d because my iPhone 4g won't  let me access it

    Hello everybody,i've forgot my apple password and i wanted to reset it to a new one but i also forgot the security question and the alternative email does not work and i am really need to log in to my apple i d because my iPhone 4g won't  let me access it so anyone can help me with it or can i put another apple id to it without putting the first password?THANKS FOR YOUR HELP.

    Then call AppleCare and talk to someone in account security.

  • What's happening with quality in CS3?

    Hello to all,
    I really hope someone PRO can give us a help because we are all driving crazy here.
    We use premiere for a lot of years, now using premiere pro cs 3 , we bought the full bundle.
    Our work is always some filmed scenes with our sony hdr camera, they some after efects files and then a lot of 3D animation imported as frames in .tga format.
    we edit great, etc, etc.....the nighmare is the exports. We always lost quality on exports.
    For flash, some lines seems flickering and there are little "teeths" on non ortogonal lines...it is awfull.
    If we do export to h264 the "teeth" problem disappear, so there must be a problem with flash...or the problem is "us".
    the same problem happens when exporting to WMV 1920 1080 full hd...it destroys our films completeley....again the same "teeths" on non ortognal lines........This is always in the 3D rendering sequences.....What are we doing wrong.???
    I must say that exporting to DVD makes always our films look a little blured.....why????
    help us to understand why so much bad quality is happening with cs 3. Some of those problem didn't happens in the previous premiere version.....
    we are driving crazy and considering moving to FCP2 where it seems the export options work better.
    thanks

    @Harm:
    You don't necessarily need $2K+ for a good encoder: For MPEG-2 DVD, try HC Encoder -- it is free and much better than AME, IMO (requires some AviSynth skills, however). For .flv, take a look at On2 Flix. It is not free, but much less than 2 grand.
    But perhaps more important than the "encoder" is proper preparation prior to encoding: This sometimes requires more sophisticated deinterlacing and scaling than Premiere can provide. In other cases, the solution is as simple as making sure the "deinterlace" checkbox is not checked when your sources are already progressive.
    @franciscovidigal:
    Some (possible) solutions:
    > For flash, some lines seems flickering and there are little "teeths" on non ortogonal lines
    This is perhaps because your sources are progressive but the "deinterlace" box on the Output tab of AME is checked by default.
    > the same problem happens when exporting to WMV 1920 1080 full hd
    ... same situation as above.
    > If we do export to h264 the "teeth" problem disappear
    Maybe you are exporting as interlace h264 and so avoiding the unnecessary deinterlacing?
    > I must say that exporting to DVD makes always our films look a little blured...
    Premiere is horrible at exporting HD->SD resolution.
    To help you further, I need more information:
    1.) What kind of camera is it exactly, and is what format is your footage (1080/60i, 1080/25p, 720/60p, etc.) ???
    2.) Are your animated sequences rendered as interlaced or progressive?
    3.) What are your project settings and do they match the same resolution, framerate and field order/structure of your sources? Furthermore, do all of your various sources match in this regard?
    4.) What is your target output format? I'm guessing you're working with an HD timeline and looking to export both DVD and .flv versions from it? What's the target resolution for the .flv?

  • Export/Import Process in the UI for Variations Content Translation is Generating CMP Files with No XML

    We have a SharePoint 2010 Publishing Website that uses variations to deliver contain to multiple languages. We are using a third-party translation company to translate publishing pages. The pages are
    exported using the  export/import using the UI process described here: "http://blogs.technet.com/b/stefan_gossner/archive/2011/12/02/sharepoint-variations-the-complete-guide-part-16-translation-support.aspx".
    Certain sub-sites are extremely content-intensive. They may contain many items in the Pages library as well as lists and other sub-sites. 
    For some sub-sites (not all), the exported CMP file contains no XML files. There should be a Manifest.XML, Requirements.XML, ExportSettings.XML, etc., but there are none. After renaming the CMP file
    to CAB and extracting it, the only files it contains are DAT files.
    The only difference I can see between the sub-sites that generate CMP files with no XML files is size. For example, there is one site that is 114 MB that produces a CMP file with no XML files. Small
    sites do not have this problem. If size is the problem, then I would think the process would generate an error instead of creating a single CMP file that contains only DAT files. However, I do not know exactly what the Export/Import Process in the UI is doing.
    This leads to two questions:
    1.
    Does anyone know why some CMP files, when renamed to *.CAB and extracted, would not contain the necessary XML files?
    2. Second, if exporting using the UI will not work, can I use PowerShell? I have tried the Export-SPWeb, but the Manifest.XML does not contain translatable
    content. I have not found any parameters that I can use with Export-SPWeb to cause the exported CMP to be in the same format as the one produced by the Export/Import process in the UI.
    As a next step, we could try developing custom code using the Publishing Service, but before doing this, I would like to understand why the Export/Import process in the UI generates a CMP that
    contains no XML files.
    If no one can answer this question, I would appreciate just some general help on understanding exactly what is happening with the Export/Import Process -- that is, the one that runs when you select
    the export or import option in the Site Manager drop down. Understanding what it is actually doing will help us troubleshoot why there are no XML files in certain export CMPs and assist with determining an alternate approach.
    Thanks in advance
    Kim Ryan, SharePoint Consultant kim.ryan@[no spam]pa-tech.com

    I wanted to bump this post to see about getting some more responses to your problem. I'm running into the same problem as well. We're running a SharePoint 2010 site and are looking at adding variations now. The two subsites with the most content take a
    while to generate the .cmp file (one to two minutes of the browser loading bar spinning waiting on the file). Both files are generated with a lot of .dat files but no .xml files. I was thinking like you that it must be a size issue. Not sure though. Did you
    ever happen to find a solution to this problem?

  • Itunes locks up my computer every time I try to start it.  This has happened with the last few updates so I have not used it.

    itunes locks up my computer every time I try to start it.  This has happened with the last few updates so I have not used it.

    Hello oldsurfer250,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning iTunes for Windows issues:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717http://support.apple.com/kb/ts1717
    If iTunes for Windows Vista or Windows 7 won't open, stops responding, or unexpectedly quits, try using the steps below. You may want to print this document before following these steps.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • [svn] 3638: Changing the build order of swc file update with dita xml files .

    Revision: 3638
    Author: [email protected]
    Date: 2008-10-14 16:49:56 -0700 (Tue, 14 Oct 2008)
    Log Message:
    Changing the build order of swc file update with dita xml files.
    By default this would now happen during the checkintests target - so "ant clean main" shouldn't get affected.
    To opt out use -Dno.doc=true
    QA: No
    Doc: No
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/build.xml
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Revision: 3638
    Author: [email protected]
    Date: 2008-10-14 16:49:56 -0700 (Tue, 14 Oct 2008)
    Log Message:
    Changing the build order of swc file update with dita xml files.
    By default this would now happen during the checkintests target - so "ant clean main" shouldn't get affected.
    To opt out use -Dno.doc=true
    QA: No
    Doc: No
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/build.xml
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml

Maybe you are looking for

  • Exchange 2003 - 2010. Moving public folders one at a time

    Hi all, I'm in the process of decomisioning our old Exchange 2003 server (long overdue after what has been a relativly smooth and trouble free transition to 2010). As the first step in the decomisioning process, I'm looking to move the public folders

  • Non-HP printer cartridges installed

    I keep getting the message that "Non-HP cartridges are installed" I am fully aware of this and do not need to keep getting notified evertime I print something. I know that this is just HP trying to get us to use their cartridges because they are so m

  • Retail

    Hi,   I have a business requirement where there is an head office and a central warehouse.They also have around 100 outlets and each outlet has stores linked to them.Only billing and payments are to be done at he outlets. Issue is these can be solved

  • Archiving Physical Inventory Document

    Hi all... Pls help me regarding the followings, 01. How to delete PI documnet. 02. How to archive deleted PI document( Step by Step - if possible ) Reply asap. Thanks in advance. Prashant Kamat Message was edited by:         Prashant Kamat

  • LightRoom Slide Show Pro

    Having difficulty with inserting a SWF created by Light Room - Flash Gallery; I used the Slide Show Pro pluging and exported the Album to a folder. I tried insert>media>swf> and selected each of the swf files in the folder but none of them would play