Root node contains specific attribute could make the XSLT transfrom fail

I have to convert EJB deploy desciptor in my project, but I found that XML format transfrom with Apache Xalan will fail when the root node contants some specific attribute.
Here is an example:
Input XML file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<catalog xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2eehttp://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
version="2.1">
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
<cd>
<title>Hide your heart</title>
<artist>Bonnie Tyler</artist>
<country>UK</country>
<company>CBS Records</company>
<price>9.90</price>
<year>1988</year>
</cd>
</catalog>
XSL transfer file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method='html' version='1.0' encoding='UTF-8' indent='yes'/>
<xsl:template match="/">
<html>
<body>
My CD Collection
<table border="1">
<tr bgcolor="#9acd32">
<th align="left">Title</th>
<th align="left">Artist</th>
</tr>
<xsl:for-each select="catalog/cd">
<tr>
<td><xsl:value-of select="title"/></td>
<td><xsl:value-of select="artist"/></td>
</tr>
</xsl:for-each>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
The XML transfrom will fail in this way.
But if I remove the attributes in the input xml's root node, such as this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<catalog>
<cd>
The transform operation will succeed.
Does anyone know the reason?

In your xslt you will have to make sure to reference the elements using the http://java.sun.com/xml/ns/j2ee namespace.
Change your XSLT to be something like this and it should work:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee">
<xsl:output method='html' version='1.0' encoding='UTF-8' indent='yes'/>
<xsl:template match="/">
<html>
<body>
My CD Collection
<table border="1">
<tr bgcolor="#9acd32">
<th align="left">Title</th>
<th align="left">Artist</th>
</tr>
<xsl:for-each select="j2ee:catalog/j2ee:cd">
<tr>
<td><xsl:value-of select="j2ee:title"/></td>
<td><xsl:value-of select="j2ee:artist"/></td>
</tr>
</xsl:for-each>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>

Similar Messages

  • I am using Photoshop Elements 11.  Do all .jpg formatted file have to be retangular in shape?  I want to create an oval .jpg picture to insert into a book.  Haven't been able to do so.  It would work if I could make the area outside the oval completely tr

    I am using Photoshop Elements 11.  Do all .jpg formatted file have to be retangular in shape?  I want to create an oval .jpg picture to insert into a book.  Haven't been able to do so.  It would work if I could make the area outside the oval completely transparent.  Can anyone help me here?

    JPG does not support transparency, so even if you create an oval with transparent background, the saved JPG will have white background. Instead, save it as a PNG, TIFF, or GIF which preserve the transparency.
    Here is one of many ways to create your oval:
    Create a new file the approximate size of the oval. Add the oval with the Custom Shape Ellipse tool, and simplify the shape layer.
    In the Layers Palette, Ctrl-click the oval to select it and copy the selection to the clipboard (Edit > Copy).
    Then do File > New from Clipboard. This creates the oval with transparent background cropped to the oval size.
    Then save it as one of the file types that support transparency (and also supported by the application where you are sending the picture to).
    Note:  Is is not even necessary to do step 2. That is only if some reason you want the oval to be tightly cropped. It is sufficient to delete the Background layer in step 1 (or turn off its visibility) and save the file. The oval will appear correctly in the book with either version.

  • Difference among Model node creation, model attribute creation and the field creation in database through AET?

    Hello Friends,
    To display the field on the View, we can create the field via 3 ways:
    1) By creating the model attribute
    2) By creating the model node using the GENIL object and using its attributes in view
    3) Creating the field in Database structure using AET
    But, i am not aware that in exactly what kind of business scenarios we use the above 3 methods to create the field.
    Could you help me out to clarify the same.

    Hi Dev,
    1). By creating the model attribute: we will use this option in case of the field is avaibla in stanadrd sap system. It might be in another under child context nodes and we will use BOL relations to access the attribute.
    2).  By creating the model node using the GENIL object and using its attributes in view: We will use this option incase of there is no standard provision to use. Means you want to create any custom assignment block with custom attributes then you can go for this option. More over we can use AET to create custom genil object. We have an option Create Table in AET.
    3).Creating the field in Database structure using AET: We will use this option incase of there is no attribute in database relevant to your requirement then we will go for AET enhancement.
    Hope this might give you little clarification..
    Best Regards,
    Dharmakasi.

  • Where is the Set Adapter Specific Attributes indicator on the comm channel?

    I really think I must be losing it guys.
    We are SP16, we went directly to SP16 from 9, so we skipped over SP14.
    When I go into a communication channel and choose an adapter(File) for instance. I cannot find the Set adapter-specific message attributes indicator anywhere!
    Someone please tell me where it is located! If possible please send a screenshot to [email protected]
    Thanks,
    chris

    Hi,
    did you reimport SAP BASIS component to IR ?
    just like specified in question 3 (adapter section)
    in the XI FAQ?
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    Regards,
    michal

  • What happened to zoom in and zoom out selection, so you could make the screen zoom in and out?

    I added zoom in and zoom out to my yahoo toolbar and from one of the sites that let you pick buttons to add to your toolbar, and now it has disappeared. And I can not find zoom anywhere. Have you heard of this happening before? If so do you have a resolution for this? Thanks in advance. Dan

    You seem to be using a Firefox 23.0a1 Nightly build.
    Please update to the current Firefox 24 release.
    *Help > About Firefox
    *https://support.mozilla.org/kb/update-firefox-latest-version.
    *https://support.mozilla.org/kb/Updating+Firefox
    The Firefox version that you currently run is no longer supported with security updates.
    *It is important to update Firefox and add-ons to the latest version to get all security fixes.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible.
    *Firefox menu button > Options
    *View > Toolbars (press F10 to display the menu bar)
    *Right-click empty toolbar area
    Use Toolbar Layout (Customize) to open the Customize window and set which toolbar items to display.
    *if missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *if you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar setup
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • My macbook white spotting in this case, the spots are black across the front, prefer someone who could make the support in Spanish please.

    por favor ayuda en linea?

    Reset the PRAM
    Reinstall the operating system from the dvd (you will not loose your data)

  • Issue on deployment: Solution Deployment : Missing one or more of the following attributes from the root node in solution .wsp: assembly '', type ''

    Hi,
    I have the following issue when deploying:
    Solution Deployment : Missing one or more of the following attributes from the root node in solution .wsp: assembly '', type ''
    The solution is a farm solution (was never sandbox) and it deploys fine.
    It was updated several times with success. We did not see this issue until recently when we had some other issue (unrelated) and looked at the logs. The solution is updated without problem and updates are available for the user. But we can see this error
    in the logs at the update time. 
    Any idea what might cause this?
    Pop Anisia

    Hi,
    This error is wide meaning, as it can come from differences between SP versions, variables types used, bad manifest file, WebConfiguration ...
    You can try to redeploy the solution.
    retracted the solution,removed all the previous ref, removed dll from GAC and folder from 14\features and reset the iis, deploying it again.
    Here are some similar issue post, you can use as a reference:
    https://social.technet.microsoft.com/Forums/office/en-US/72ac9a02-3a51-48b8-9e36-3b24a2d4da74/missing-one-or-more-of-the-following-attributes-from-the-root-node-in-solution-alertbdcwsp?forum=sharepointgeneralprevious
    https://social.technet.microsoft.com/Forums/office/en-US/331af288-5ba6-48a7-9e9d-ac4e4bc8f8fa/missing-one-or-more-of-the-following-attributes-from-the-root-node-in-solution-xxxwsp-assembly-?forum=sharepointdevelopmentprevious
    In additional, you can check the ULS log (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS) to get the detailed information.
    I hope this helpful.
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • [JAXB] Multiple imports in the root node

    Hello,
    I use JAXB and am doing this scenario : unmarshalling an XML document created manually, and automatically marshalling another from the generated Java code.
    This is a multiple schemas / multiple imports issue.
    I would like the 2 XML documents to be similar, but in the first one, I get :
    <?xml version="1.0" encoding="UTF-8"?>
    <aaa:first xmlns:aaa="http://aaa" xmlns:bbb="http://bbb">
    </aaa>
    and in the second :
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <aaa:first xmlns:aaa="http://aaa" xmlns:ns1="urn:abc" ...>
    <bbb:second xmlns:bbb="http://bbb">
    </bbb>
    </aaa>
    So, how is that possible to import multiple namespaces (xmlns) in a single node please ? It seems that JAXB does the import only when needed, and won't group all the imports in the root node.
    (moreover, how can I disable the "standalone" attribute in the header of the generated XML document please ?)
    Thanks in advance.

    Ok, I found a solution to get all namespaces placed in the root of the generated XML document : one have to implement a NamespacePrefixMapper
    marshaller.setProperty("com.sun.xml.bind.namespacePrefixMapper",new NamespacePrefixMapperImpl());and redefining its ' public String[] getPreDeclaredNamespaceUris()' method.
    For now, the problem is that namespaces declared there are somehow static. In fact, when unmarshalling Java objects from an XML document, it seems that this document namespaces are lost.
    Do you know a way these namespaces would be kept somewhere, associated with the unmarshalled object ? I need these namespaces in the case that I would create another XML file from it in the future.
    It's seems logical to keep this with the object, so did I miss something please ?

  • Tree with multiple root nodes does not display

    I am trying to create a tree to display some hierarchical data which contains several root nodes.
    I have specifed that the TREE_ROOT value is always Null as the root nodes have a null value for the PARENT_ID. The page displays yet none of the data is displayed.
    I have manage to get it to work by creating a dummy single root that I reference from the existing root values?

    Phattam,
    The TREE_ROOT identifies the root node's ID, not its PARENT_ID.
    For example, if we build a tree on the oehr_employees table, the ID is EMPLOYEE_ID and the PARENT_ID is MANAGER_ID. therefore, to identify the start of the tree, we could populate the TREE_ROOT with a select statement e.g.
    SELECT employee_id FROM oehr_employees WHERE employee_id = 100This identifies a single value and the tree starts from employee_id 100.
    If we used a select statement that retrieves more than one row, e.g.
    SELECT employee_id FROM oehr_employees WHERE manager_id = 100then the tree starts at one of the children of employee_id 100 - ApEx will not show a tree that has more than one starting node. If you want to show these alternative starting points, you'll need to do exactly what you have done - create a 'dummy' root node.
    Hope this helps,
    Bryan.

  • Re: How I would make the Toshiba AC100 successful

    Hi All,
    I post my ideas for improvements here, maybe someone from Toshiba reads this.
    The original blog post is here:
    http://soltesza.wordpress.com/2011/05/09/how-i-would-make-the-toshiba-ac100-successful/
    Please feel free to contribute here or at the blog post.
    The AC100 is an early attempt from Toshiba to create an ARM based netbook (a smartbook) with Nvidia's successful Tegra2 chipset.
    Although, the AC100 looks like proper hardware design, it became only
    mildly successful. Some of the reasons may have to do with the primary
    operating system, Android ([see my earlier article about this|http://soltesza.wordpress.com/2010/06/27/toshiba-a100-smartbook-with-android-but-why/]) but even more can be attributed to the design decisions Toshiba made.
    Since these machines are now available in my home country (Hungary)
    at quite attractive price points (~$250 USD, some people seem to be
    trying to get rid of it soon after purchase) I can't help bumping into
    it all the time. Sinc[View post|http://soltesza.wordpress.com/2011/05/09/2011/05/09/how-i-would-make-the-toshiba-ac100-successful/]e
    I am a gadget fan, I always have my hand trembling seeing those prices
    and I need to cool myself down before doing some impulse-buy I regret
    later.
    What could make me click on the "Buy" button?
    *More memory*
    First of all, 1-2GB of RAM instead of the measly 512MB the AC100
    hosts. Why the heck tried Toshiba sell a netbook with 512MB of RAM when
    ALL of the Atom N450 netbooks seemed to come with 2 GB at that time?
    This amount of RAM would allow to slap Ubuntu onto the machine and not
    worry about running out of memory when loading up OpenOffice. Ubuntu has
    been demonstrated on the AC100 and even looks snappy. (see this [site dedicated to Ubuntu on the AC100|http://tosh-ac100.wetpaint.com/]). Toshiba could easily put 2GB of RAM into the machine without major cost-increase.
    *Desktop OS and/or Android*
    Putting 1-2GB of RAM into the AC100 would open the gate for using a
    proper, netbook-oriented desktop OS which can take advantage of the
    form-factor. They should use Ubuntu, since that could be fixed up on
    this hardware in no time (especially if they purchase some consultancy
    from Canonical).
    I don't think that Android needs to stay on the machine but if
    Toshiba still thinks it is such a good idea for any user-group, they
    could make the AC100 dual-boot, or even better, run both OSes in
    parallel (2GB of RAM would make this absolutely possible). Android would
    be the light-and-easy OS on the device but the user could any time
    switch to a full Ubuntu desktop with an Android launcher icon and start
    using OpenOffice or other decent desktop software. The
    paravirtualization developed by B-labs would be an [instant solution |http://armdevices.net/2011/04/04/android-virtualization-on-ti-omap4-processors-dual-core-cortex-a9/]for this problem and would future proof the machine for a possible Windows8 scenario later.
    *More battery*
    The 8 hour runtime of the AC100 is decent enough but more
    battery-time is always welcome. The enclosure has a LOT of free/empty
    space under the keyboard due to the ultra-compact nature of Tegra2 and
    its supporting circuitry. Toshiba should again take advantage of the
    form-factor and add one or more extra battery docking bays under the
    keyboard which could extend the runtime to 16-24 hours. (Admittedly,
    they would make the unit weight much more but since these batteries
    would be optional, this decision would be up to the user. A 24-hour
    runtime with a 3-battery arrangement would make the AC100 extremely
    appealing for a large-set of users. It would be acceptable that the
    batteries are charged in series (so the recharge process is lengthier)
    so that Toshiba doesn't have to switch to a more expensive power supply.
    (Although the power supply issue is probably not a serious cost
    factor).
    *What else*
    Of course, there would be a lot of things to be improved (more USB
    ports, higher-resolution display...etc) but I tried to draw up things
    which require smaller redesign so that an improved version could be
    implemented faster.
    I believe the AC100 line could be made really successful and Toshiba should take steps to make this happen.

    hi there,
    I'm new here and I need support from someone...
    I buy notebook toshiba ac100 3 weeks before and I suffer major problem...
    something happened with my screen , I press the power button and notebook is running /I can tell from turning on play-multimedia button for music and it plays music/ but the screen is not running !
    I try many many things, like only on A/C , only on battery , pushing button for switch between screen and ext.monitor , but unfortunately - the screen was still black !
    so I connect to flat tv with HDMI cable, and there you go - i have the screen ot the TV , but only there !
    my question is this is problem with the screen or something I do wrong ?!
    thank you in advance.
    regards.

  • Binding properties of a root node and using fx:include.

    I posted a downloadable example of this here:
    https://dl.dropboxusercontent.com/u/8788282/binding-test.zip
    I've noticed some understandable, but less than perfect behaviour with the way FXML initialization is done when using fx:include.  I find it's difficult to bind properties that belong to the root node of the included view without shooting yourself in the proverbial foot.  Here is an example of what I mean:
    sample.Main
    package sample;
    import javafx.application.Application;
    import javafx.fxml.FXMLLoader;
    import javafx.scene.Parent;
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    public class Main extends Application {
        @Override
        public void start(Stage primaryStage) throws Exception {
            Parent root = FXMLLoader.load(getClass().getResource("MainView.fxml"));
            primaryStage.setTitle("Hello World");
            primaryStage.setScene(new Scene(root, 300, 275));
            primaryStage.show();
        public static void main(String[] args) {
            launch(args);
    sample.MainController
    package sample;
    import javafx.fxml.FXML;
    public class MainController {
        @FXML
        void initialize() {
            System.out.println("MainController initialized.");
    sample.MainView (FXML)
    <?xml version="1.0" encoding="UTF-8"?>
    <?import javafx.scene.control.Label?>
    <?import javafx.scene.layout.*?>
    <AnchorPane prefHeight="200.0" prefWidth="200.0"
                xmlns:fx="http://javafx.com/fxml/1"
                xmlns="http://javafx.com/javafx/2.2"
                fx:controller="sample.MainController">
        <children>
            <VBox prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0"
                  AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0"
                  AnchorPane.topAnchor="0.0">
                <children>
                    <Label text="Main"/>
                    <StackPane prefHeight="150.0" prefWidth="200.0"/>
                    <fx:include fx:id="sub" source="SubView.fxml" visible="false"/>
                </children>
            </VBox>
        </children>
    </AnchorPane>
    sample.SubController
    package sample;
    import javafx.beans.binding.Bindings;
    import javafx.fxml.FXML;
    import javafx.scene.control.Label;
    import javafx.scene.layout.AnchorPane;
    public class SubController {
        @FXML
        private AnchorPane anchorPane;
        @FXML
        private Label label;
        @FXML
        void initialize() {
            label.visibleProperty().bind(Bindings.createBooleanBinding(() -> true));
            /* When used as part of an fx:include, this controller's initialize()
             * block is called and the below binding is performed.  After that, any
             * property values set via the containing view (MainView) are applied.
             * In this example, the MainView attempts to set the visible property
             * of this included view (fx:id="sub").  Since the visible property of
             * the root node (anchorPane) has already been bound, the error
             * "A bound value cannot be set." is given.
            anchorPane.visibleProperty().bind(Bindings.createBooleanBinding(() -> true));
            System.out.println("SubController initialized.");
    sample.SubView (FXML)
    <?xml version="1.0" encoding="UTF-8"?>
    <?import javafx.scene.control.Label?>
    <?import javafx.scene.layout.*?>
    <AnchorPane id="AnchorPane" fx:id="anchorPane" maxHeight="-Infinity"
                maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity"
                prefHeight="400.0" prefWidth="600.0"
                xmlns:fx="http://javafx.com/fxml/1"
                xmlns="http://javafx.com/javafx/2.2"
                fx:controller="sample.SubController">
        <children>
            <VBox prefHeight="400.0" prefWidth="600.0" AnchorPane.bottomAnchor="0.0"
                  AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0"
                  AnchorPane.topAnchor="0.0">
                <children>
                    <Label fx:id="label" text="sub view"/>
                </children>
            </VBox>
        </children>
    </AnchorPane>
    The comments in the initialize method of SubController explain what's happening.  I found it a bit confusing until I figured out what was going on.  Should FXMLLoader be checking to see if a property is already bound before trying to set it, at least for nodes declared via fx:include?

    Hi Gaurave,
    We need to show the report like this to some users, thats what the requirement is. Using the Posted nodes option does not help.
    Thanks.

  • Leaf Node to root Node Expansion

    I have constructed a tree. In initially it is closed I am giving the leaf node name in the text box. after that with the text listner how can I generate tree expansion display?

    First, get the tree model using getModel().
    Then, using the tree model, get the root node using getRoot() (cast as TreeNode).
    Then, starting with the root node,
    1. check to see if the node is the one you are looking for.
    2. If it's the one you are looking for, stop.
    3. check to see if the node is a leaf using isLeaf(node).
    4. If it's a leaf check if the stack is empty. If so, stop (you didn't find it). Otherwise, pop the next node off the stack, make it the current node and go to step 1.
    5. If it's not a leaf, get the number of children using getChildCount(node). Use getChild(node, index) to get all the children in order and push them onto the stack except the last one. Make that node the current node.
    6. Go to step 1.

  • Is there a Way to Make the HUD More Transparent

    I have been doing a number of Full screen adjustments with the HUD, but I find I am always moving the HUD so that I can see the image section I need to tweek. It would be EXTREMELY nice if I could make the HUD more transparent so that I can see the underlying image better. As the HUD is already partly transparent, I know there must be a preference somewhere to increase the transparency. Since I can not seem to find any mention of this in the manual, and no menu option (that I can find), I assume the only way to make the HUD more transparent, would be edit a plist.
    Would anyone know what I need to do to make the HUD more transparent?
    Any help or suggestions would be greatly appreciated.
    Thanks
    Gary
    Dual G5 2.5 GHz Dual Core, 2.5 GB RAM, 500 GB HDD   Mac OS X (10.4.9)   iLife 06, Final Cut Studio

    Hi, Ian.
    I would hope that application developers would learn from game developers, where HUDs are used ubiquitously.. Very usable and can be even 90% transparent or more.... it is all about contrast. There is a LOT of opaque DARK gray space in the Aperture HUDs, which could easily be much more transparent (even 50% would help). All you would have to do is keep the adjustment controls contrast up. i.e. Apples DVD Player Navigator.
    Anyway.... it would be nice.
    Thanks again for keeping me company at this early hour.
    Gary

  • In the old Numbers I could change the colour of a checkbox using rules - I cannot seem to do this in new Numbers 2013?

    In the old Numbers I could change the colour of a checkbox using rules - I cannot seem to do this in new Numbers 2013?
    I have an old Numbers sheet where I could make the checkbox Cell go Green when ticking "Equal to" TRUE. When I open the old sheet it into new iWork it functions correctly. But I am unable to copy or paste the rule - nor recreate it.
    Any suggestions on how to create a Conditional checkbox cell that goes green once ticked would be most apprecicated.
    Thanks - Steve

    Numbers 3.0 is missing the logic-based "equal to TRUE" or "equal to FALSE" conditions for conditional formatting.  The replacement is text based: "text is TRUE" or "text is FALSE".  You can apply these rules to cells formatted as checkboxes.

  • How do you make the address toolbar colour follow the Windows theme colour?

    Firefox used to follow the Windows 7 theme in the address toolbar; if the windows are coloured green then the address toolbar is coloured green. Now the Address toolbar is a gross grey-blue colour. Previously, only the tabs and the bookmarks toolbar had their own yucky grey-blue colour, but it's spread upward!
    How do I change this?
    I would really love any solutions that did not require me to install a new theme, as whenever I have done that in the past it has always impaired performance (slows down the loading of the browser).

    You can use a custom style rule to change the color. Custom style rules can be applied to the user interface either using the Stylish extension or by creating a file named userChrome.css in your profile (settings) folder.
    To create the rule, though, I think someone might need to see the particular shade of green. I don't know whether it is possible to detect that automatically.
    Alternately, you could make the background of the address bar transparent so the color behind it shows through. There's an example of that kind of rule in this thread: [https://support.mozilla.org/questions/1000123]. If that looks too naked, one might try a translucent background (e.g., white, but only 10% opaque so most of the background color shows through).

Maybe you are looking for

  • Color correction canon D7

    I just shot a commercial  on a Canon D7 1920x1080 24p. I have a Panasonic BT1700W. My colors on the monitor differs more with my apple screen than when I use my Varicam2700. What color bar settings do I have to use in FCP to correct as best as possib

  • Total record in list

    Hi!   i am using alv grid and i got the output. In the list i want to display the total number of records in the alv  grid list.                            thanks.....

  • Illustrator CS6 won't open on mac

    I suddely cannot open Illustrator CS6 on my imac. The message says something to the effect that I should check with the software developers to make sure it works with this version of OS X and that a reinstall may be necessary. Any thoughts? Process: 

  • How to enable navigation?

    About a year ago, I installed Nokia Maps on my N73, downloaded the Mexico City map (there was no full coverage at the time) and purchased a week's worth of navigation. Although the chosen routes were not always optimal, it served its purpose. Today I

  • Going to a different computer.  How do I re-install my subscription to Adobe Pro on the new PC?

    My old PC has taken a fall and I am transferring to a new PC with Windows 7.  What do I have to do to install my Adobe Pro Subscription on the new PC?