Img tag attributes test

Dang! I either have to learn modernized code for putting "vspace" next to images in the HTML message composition area, or these forums don't respect the code I'm writing.  Funny thing—the "vspace" and "hspace" attributes seem to appear in the "full editor" but not in the message body once it's posted.
Lorem ipsum paulo dicunt oporteat vim ex, qui graece viderer tamquam ex. Qui at tantas fabellas recteque! Ferri nihil tantas mea et. Nonumy accusam appareat at nec, mollis eruditi placerat ut vel, utroque fastidii intellegam mel at. Quo nominavi facilisi conceptam an. Ad sit accumsan contentiones, minim veritus comprehensam no pri?
Vis ne omnis euismod, usu at movet docendi, duo ea ubique senserit omittantur. Sanctus gloriatur ullamcorper vis an, id audire phaedrum rationibus per, eum ad diam atqui velit? Quo at delenit nominavi menandri, eu essent aliquam voluptaria vel, ea pri noluisse petentium contentiones. Dico erat ridens mel ne, dicta alienum consectetuer id pri! Ut democritum delicatissimi conclusionemque eam, usu id ubique quaeque inciderint. An affert labores petentium vix, blandit tincidunt ius an, has erat solum salutandi ei.

Kath-H wrote:
???? what image are you referring to please? That's an FAQ by Buko?
Originally, that FAQ entry was posted by Buko.
It was inspired by a small spate of people asking the same question about the Eyedropper sampling color into the Background swatch instead of the default location of the Foreground swatch.
I answered the question in the main forum with the image.
( http://home.comcast.net/~phoz/bbs/Eyedropper-Focus-Infographic.png )
Buko composed and posted the FAQ, but he didn't really answer the question as it was asked. He gave a workaround (tapping the 'X' key to switch FG <--->BG swatch colors). I begged for weeks, and finally got my image added to the FAQ. When the FAQ came across fromWebX to Jive, my image disappeared.
J.C. recently gave me FAQ access.
So I fixed it. Now it answers the question as asked.

Similar Messages

  • img tag

    I have a problem about writing <img tag in the xsl file. Below are the xml and xsl file.
    **************************** XML file **********************************
    <image>promo_banner_onecard.gif</image>
    **************************** XSL file **********************************
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <xsl:output method="html" encoding="utf-8"/>
    <xsl:template match = "test">
    <td width="165" valign="top"><b>& l t ;img src="../images/<xsl:value-of select="image"/>" width="158" height="60" border="0"& g t ;</b></td>
    The output can't interpret the <img src ....> but treat it as the text only and display it on the html page -- <img src="../images/test.gif" width="158" height="60" border="0"> So how can I make the img work? Thanks.

    Use an xsl:element block with xsl:attributes inside it to produce the img tag like this:<xsl:element name="img">
      <xsl:attribute name="src">
        <xsl:value-of select="concat('../images/', image)" />
      </xsl:attribute>
    </xsl:element>Have a look at the other XSL tags you can use at http://www.w3schools.com/xsl/xsl_w3celementref.asp

  • Arrrgh... img tags! 

    Hi All,
    I'm having problems with embedded <img> tags. I
    stripped out a single dynamic text box out of a larger application
    just to test the functionality (or non-functionality) of the
    <img> tags to see if it was something that I was doing in the
    larger app. I have about 6 inline icons that are 24x22 px that I
    would like to have placed inline with the text. All I have is a
    single textbox on the stage named topicText...nothing else and the
    attached code. The output shows two of the 5 or 6 inline images and
    they are one on top of the other on the left hand side. All others
    are missing, I'm assuming they are probably on top of each other.
    I've tried stripping the commas out of the text (which was
    suggested in another post), and I got a different two icons
    showing...which was strange in itself.
    Even more baffling to me was in the larger app, I load the
    code from XML and I get the same broken lineup of the two icons on
    either the right or left (depending on my align=""
    attribute)...buuuut, they display elsewhere on the stage...not even
    in a textfield???? It's almost as if Flash decided to create a
    brand new textfield on it's own and center itself somewhere on the
    stage. Any ideas?

    I am having a similar problem and was wondering if it is even
    possible for img tags to be inline with text in flash since I have
    not been able to get it to work yet.

  • Unable to Deploy WAR file  (Unknown assembly root-tag attribute: version)

    Hello,
    I created a simple web application with eclipse + tomcat plugin + struts2 (JPA Spring Hibernate ) and created the WAR file using the tomcat plugin compiler. When I deploy the war file into Tomcat 6 the file is deployed properly and i can view the website properly. But when I try to deploy the the WAR file from Oracle 9i Application Server I get the following error.
    Failed to deploy web application "mytest". Nested exception Root Cause: Error loading web-app 'mytest' at C:\ora9ias\j2ee\MySystem\applications\mytest\mytest: Unknown assembly root-tag attribute: version; nested exception is: java.lang.InstantiationException: Error loading web-app 'SFPD' at C:\ora9ias\j2ee\MySystem\applications\mytest\mytest: Unknown assembly root-tag attribute: version.
    My Current web.xml is this.
    <?xml version="1.0" ?>
    <web-app id="WebApp_9" version="2.4" 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/j2ee
         http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>My Test Project System</display-name>
    <filter>
    <filter-name>struts2</filter-name>
    <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>struts2</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    </welcome-file-list>
    <listener>
    <listener-class>
    org.springframework.web.context.ContextLoaderListener
    </listener-class>
    </listener>
    </web-app>
    thanks in advance,

    Thanks for the reply sasesha,
    I've changed my web.xml to
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
         "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>     
         <display-name>My Test Project System</display-name>
         <filter>
              <filter-name>struts2</filter-name>
              <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
         </filter>
         <filter-mapping>
              <filter-name>struts2</filter-name>
              <url-pattern>/*</url-pattern>
         </filter-mapping>
         <listener>
              <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
         </listener>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
         </welcome-file-list>
    </web-app>
    During the initial upload the previous error doesn't show anymore, however, I'm getting this new error and currently I'm a bit at a loss since i included the spring.jar library file in my war file. I tried the new war file in Tomcat and the war file deploys fine. Am I missing a configuration or setup ?
    Failed to deploy web application "mytest". Nested exception Root Cause: Class not found: org.springframework.beans.factory.BeanDefinitionStoreException; nested exception is: java.lang.ClassNotFoundException: org.springframework.beans.factory.BeanDefinitionStoreException. Class not found: org.springframework.beans.factory.BeanDefinitionStoreException; nested exception is: java.lang.ClassNotFoundException: org.springframework.beans.factory.BeanDefinitionStoreException
    Thanks again,
    sethsera

  • How can I get a parameter back into a servlet invoked from an IMG tag ?

    I'm using a servlet to create several graphical plots per JSP i.e. per HTML page. Each graph is supposed to be different, according to a parameter which I want to pass back from my JSP. I'm getting several plots but they're all the same!
    I've tried setting an attribute in the session object before each IMG SRC= , but all I get is each plot the same! In fact, my debugging efforts show that the servlet is only called once despite 3 calls, each with a different session parameter value. I'm not sure the session parameter values are getting used properly.
    I just can't find a way of getting a parameter back into my servlet which is invoked from the IMG tag (i.e. SRC= "servlet name").
    Can anyone tell me the best way to pass a parameter back into a servlet which is invoked from an IMG tag? Can the request object be used? I can't, at the moment, see how it could be used?
    I'll certainly be very grateful if anyone can help with this - could even be useful for others as well!

    You said that, "by moving a copy of Mobile Docs back to the Library, from which I had moved it, my documents reapperared in Cloud." That says that you actually moved it. Obviously, I can't tell exactly what you did, but it sounds like you may have thought you were just putting it in the sidebar, but you actually put it somewhere else. The sidebar is not a location to put things, just a way to create a quick shortcut to access a file or folder, so you can't put things "back" from there.

  • JSP ${} expressions in JSF tag attributes

    Does anyone know why the expert group decided not to allow ${} style expressions within JSF tag attributes? I understand that a different syntax is needed to implement the 'late binding' #{} expressions used to link input controls to form beans, but not why the JSF tags actually prevent the use of immediately evaluated ${} expressions for accessing variables in the page scope in JSP 2.0.
    I know there has been a lot of discussion about this and other threads mention a security loophole that would be opened up by allowing expressions like #{blah.${someProperty}}, but I'm not sure why this sort of thing would cause a problem. Is there any way to enable this behaviour, such as editing the JSF tag library descriptors to allow runtime expressions (horrible though that sounds)? Or perhaps another JSF implementation that supports both immediately evaluated and late-binding expressions? It seems a rather unnecessary restriction that is going to cause much confusion and mistyping for all...
    Thanks in advance,
    Keith.

    Thanks Adam, I see the problem now. It's a fairly obscure loophole but serious nonetheless. Of course, this problem could also be avoided by not using request parameters within JSF tags as it doesn't affect the majority of legitimate uses for expressions.
    I have to disagree with you about mixing ${} and #{} expressions though. The majority of developers will be used to writing ${} expressions in JSTL and JSP text and so will expect them to do work the same in JSF tags. Judging by the number of posts in this forum about being unable to use page scope variables in JSF tags this issue is already confusing a lot of people.
    As a rule of thumb, "use ${} for expressions that are output to the page and #{} for binding controls to backing beans and invoking methods" (which perform clearly distinct functions) is a lot simpler and easier to learn IMHO than the current one, which is "use ${} for expressions that are output to the page except within a JSF tag, where you use #{} for the same thing and also to update form values and invoke action methods"! (OK, I'm exaggerating a little for effect, but you get the point... :-)
    I agree that mixing both types of expression in the same attribute might be a little confusing, but this is an unlikely edge case that should probably be prevented in value binding or action attributes anyway. It's more of an issue for label values where mistyping one for the other is already very common and, although not especially difficult to debug, is just another pitfall awaiting the unwary JSP developer. I'm not sure that JSP expressions would be much more difficult to debug anyway as the value and method bindings will simply not work, which is pretty obvious as soon as you try and test the thing.
    Is this something that the EG would be prepared to reconsider for the next release of JSF, or perhaps getting the security loophole addressed in the next JSP spec? In the meantime, is there any reason that developers shouldn't enable runtime expressions in the TLD file provided that they're willing to live with the consequences?
    (Sorry to harp on about it, but I've already had several complaints about this after recommending JavaServer Faces for a major development project at ingenta.com.)
    Many thanks,
    Keith.

  • Title in img tag

    I wish there was a field for title in the img tag like there
    is for the alt. As it is, when I want to put a title on an image, I
    have to do it in the code view.
    For those who don't know, the title tag will create a
    "tooltip" when someone hovers over an image, either in IE or
    FireFox. Works well, and better than using the "alt" for a tooltip.
    I'd rather use "alt" for a description of the image for screen
    readers.

    Tag inspector panel has it.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    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
    ==================
    "Malcolm N_" <[email protected]> wrote in message
    news:[email protected]..
    > On Thu, 19 Jul 2007 18:20:30 +0000 (UTC), "typist"
    > <[email protected]> wrote:
    >
    >>Well, I have to admit I hand code quite a bit,
    Michael. But I insert
    >>pictures
    >>using design view because it will include the height
    and width for me.
    >>
    >
    >
    > Well if you hand code the
    > img src="/img/test.jpg" alt="test" />
    > that's fine
    >
    > If you then select the above code in code view - go to
    the properties
    > panel - click on the W ( width ) and H ( height )
    letters - DW puts in
    > the width and height info for you :-)
    >
    > I only discovered this by accident after using DW for
    about 6 years !
    >
    > Not sure how to add the title in a similar way - I agree
    the
    > properties panel should have it.
    >
    >
    >
    > --
    >
    > ~Malcolm N....
    > ~

  • Unclosed meta/img tag. Output method= xml / xhtml / xml

    Hello,
    Im trying to parse from a Document to an String, in the usually way, as follows:
        public static String parseDocument(Document document) {
            try {
                if (document== null) {
                    return null;
                TransformerFactory tFactory =
                        TransformerFactory.newInstance();
                Transformer transformer = tFactory.newTransformer();
                DOMSource source = new DOMSource(document);
                StringWriter sw = new StringWriter();
                StreamResult result = new StreamResult(sw);
                transformer.transform(source, result);
                String xmlString = sw.toString();
                return xmlString;
    //TODO: error handling
            } catch (TransformerConfigurationException ex) {
                return null;
            } catch (TransformerException ex) {
                return null;
            } catch (Exception ex) {
                return null;
    }Ive maked a test that creates a Document:
      public static Document createFromDoc(){
            try {
                DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
                DocumentBuilder builder = factory.newDocumentBuilder();
                DOMImplementation impl = builder.getDOMImplementation();
                Document doc = impl.createDocument(null, null, null);
                Element root = doc.createElement("html");
                doc.appendChild(root);
                Element head = doc.createElement("head");
                root.appendChild(head);
                Element meta = doc.createElement("meta");
                meta.setAttribute("http-equiv", "Content-Type");
                meta.setAttribute("content", "text/xml");
                meta.setAttribute("charset", "UTF-8");
                head.appendChild(meta);
                Element title = doc.createElement("title");
                head.appendChild(title);
                Element body = doc.createElement("body");
                root.appendChild(body);
                Element div = doc.createElement("div");
                div.appendChild(doc.createTextNode("Created with docs."));
                body.appendChild(div);
                return doc;
            } catch (ParserConfigurationException ex) {
                Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
                return null;
        }Well, you can see the test method "prueba1". Y:
        public static void prueba1(){
            Document doc1 = Main.createFromDoc();
            //String doc2 = Main.createFromString();
            String doc1Str = GestorXMLDoc.parseDocument(doc1);
            return;
        }Why my method public static String parseDocument(Document document) adds this extra meta tag when it transforms a Document to an String:
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    and modifies the other meta tag as follows (I mean, unclosing it):
    <meta charset="UTF-8" content="text/xhtml" http-equiv="Content-Type">
    You can see the full String result:
    <html>
    <head>
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta charset="UTF-8" content="text/xhtml" http-equiv="Content-Type">
    <title></title>
    </head>
    <body>
    <div>Created with docs.</div>
    </body>
    </html>I tried parsing with a fake XSLT Template with output: XML, and it doesnt works. I tried changing the meta content data with "text/xml".
    This method makes the document not compatible with XML, because it doesnt close the meta tag. I need work with this XHTML doc as a valid XML document, not as a HTML (W3C allows set meta/link/img tags unclosed) to add new nodes.
    Thank you ppl =)

    First of all, what you are trying to do is transforming, not parsing. Parsing is converting an XML document into an internal form, and you already have the XML in the internal form (org.w3c.dom.Document).
    Anyway, XSLT has special rules for transforming a document whose root element's name is "html". It looks like those rules are being applied in your case. If you don't want them to be applied (which you don't if you are producing XHTML) then you have to tell the transformer you want XML as your output and not HTML.
    If you had an XSLT document you would use <xsl:output method="xml"/>, but you don't have one in this case. So you do it like this:
    transformer.setOutputProperty(OutputKeys.METHOD, "xml");

  • Using TAG Attributes within JSF Tags

    I'm using some .tag files for templating purposes. I'm using two tag attributes via <@% attribute %> directive. How can i access this attribute to do something like follows.
    <%@ tag display-name="Area de Trabajo" language="java" %>
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
    <%@ taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"%>
    <%@ attribute name="title" required="true"%>
    <%@ attribute name="location" %>
    <t:div styleClass="zonaArea#{(not empty location) ? location : 'Global'}">
      <h:panelGrid columns="1">
        <h:outputText value="#{title}" />
      </h:panelGrid>
      <jsp:doBody />
    </t:div>

    Hola Alberto.
    Any luck? Did you worked that around?
    I'm just trying to do the same thing...
    Tried to do something like:
    <%@attribute name="enabled" type="java.lang.String" %>
    <h:outputText value="test: #{requestScope['enabled']}" style="font-weight: bold;" /> to no avail...
    Let me know, please!
    Hi,
    Manrico

  • Html "img" tag impossible to delete

    Hi!
    I process .html files, and I want to delete all the tags. I do it with .replaceAll("\\<(.)*?\\>", " ")
    It is rather successful, and all of the tags are deleted except for img tags. What could be a reason?
    Thanks!

    For these problems, MULTILINE mode, which matches \nx with $^, is irrelevant.
    You should consider using DOTALL mode for matching a regexp '.' with '\n'.
    And you should consider which you are going to choose between greedy mode and
    reluctant mode.
    import java.util.regex.*;
    public class TagRgx{
      public static void main(String[] args){
        Pattern patt1 = Pattern.compile("<[^>]*>");
        Pattern patt2 = Pattern.compile("<.*>");
        Pattern patt3 = Pattern.compile("<.*>", Pattern.DOTALL);
        Pattern patt4 = Pattern.compile("<.*?>");
        Pattern patt5 = Pattern.compile("<.*?>", Pattern.DOTALL);
        String html
    = "This is <b>a test</b>. <img src=foo.jpg\nwidth=1 height=1>. End test.";
        System.out.println("1: " + patt1.matcher(html).replaceAll(""));
        System.out.println("2: " + patt2.matcher(html).replaceAll(""));
        System.out.println("3: " + patt3.matcher(html).replaceAll(""));
        System.out.println("4: " + patt4.matcher(html).replaceAll(""));
        System.out.println("5: " + patt5.matcher(html).replaceAll(""));
        System.out.println();
        String h2
    = "Begin<!-- This comment doesn't terminate here > but rather here -->End";
        System.out.println("1: " + patt1.matcher(h2).replaceAll(""));
        System.out.println("2: " + patt2.matcher(h2).replaceAll(""));
        System.out.println("4: " + patt4.matcher(h2).replaceAll(""));
        System.out.println();
        String h3 = "Begin<meta name=\"Random\" text=\"Look at the >\">End";
        System.out.println("1: " + patt1.matcher(h3).replaceAll(""));
        System.out.println("2: " + patt2.matcher(h3).replaceAll(""));
        System.out.println("4: " + patt4.matcher(h3).replaceAll(""));
        System.out.println();
    }

  • IMG tag and XML syntax

    Hi,
    I want to dynamically embed image url into the IMG tag as follows:
    <jsp:useBean id="image" scope="request" class="mybeans.ImageBean" type="mybeans.ImageBean" />
    <img src='<jsp:getProperty name="image" property="imagePath"/>'    />The problem arises because of confusion with closing/opening tags getting mixed up.. How do I get this code to work if i'm using xml syntax in my jsp pages? Any solutions?
    P.

    It would be complaining about using a tag as an attribute to another tag.
    ie nesting a tag within the tag, rather than between open/close tags for it.
    Solution? Don't nest tags like this. I'm figuring you have to use an expression of some sort.
    either <img src='<%= image.getImagePath %>'/>
    or using EL in a JSP2.0 container:
    <img src='${image.imagePath}'/>
    I can't say I have done strict xml stuff, so I might be a little off, but thats the general idea.
    Hope this helps,
    evnafets

  • Img tag border

    Hello,
    I am currently running HS 5.5 on Vista Home Premium. Don't
    have any issues with it except, when I drag an image from the
    resource window to the page, it does not place in the border="0"
    attribute. This becomes quite annoying as I then have to go through
    each image and add the attribute or a border is displayed.
    I thought that HS did this automatically in previous versions
    but can't figure out how to change the settings if there are any.
    Thanks,
    Andy

    The border attribute has been deprecated in favor of the use
    of CSS. As a
    result, it's not being automatically added by CS3.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    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
    ==================
    "geschenk" <[email protected]> wrote in
    message
    news:f1nqih$sii$[email protected]..
    >>>
    > Is there a setting for CS3 to do the same?
    > >>
    >
    > can?t find such a setting in CS3, but you can simply
    eliminate borders
    > around
    > all images using a CSS rule for the img - tag:
    >
    > <style type="text/css">
    > <!--
    > img {
    > border: 0px;
    > }
    > -->
    > </style>
    >

  • Padding on top of img tags imported to TextFlow

    I'm trying to use an external HTML data source with the Spark RichEditableText control, and it has the following structure:
    <p>My wrapping text here.</p><img id="picture1" src="image1.png" /><img id="picture2" src="image2.png" /><p>More text...</p>
    I'm noticing a large gap above my <img> tags when rendered in the RichEditableText control. Anyone know how I can control the padding on top of <img> elements that are specified in external HTML and imported using TextFlow.importToFlow() ? This also might be a rendering bug, because I can see the text rewrap on initialization, and it's as if the control is leaving the once occupied space still empty and not moving the <img> elements up along the y axis. Many thanks in advance.

    Richard, thanks for the reply. I tried your suggestion, but it didn't seem to help. I've recreated with a simple MXML test:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:RichEditableText width="890" height="600" whiteSpaceCollapse="collapse" fontSize="18">
         <s:TextFlow whiteSpaceCollapse="collapse">
              <s:p>
              The secondary survey of this patient reveals he has suffered two major penetrating shrapnel injuries just below the right eye and right parietal scalp region. He also has minor shrapnel wounds to his left forearm, right deltoid region, and right cheek.
              </s:p>
              <s:div tabStops="0 350">
                   <s:img source="http://flashsupport.com/images/waterfall.png"  />
                   <s:tab />
                   <s:img source="http://flashsupport.com/images/waterfall.png" />
                   <s:br/>
                   Left deltoid injury
                   <s:tab />
                   Right deltoid injury
             </s:div>
         </s:TextFlow>
    </s:RichEditableText>
    </s:Application>
    (The padding occurs with or without the <s:div>, but I thought you should see what I'm ultimately trying to accomplish.)
    thanks again for your help!
    -Robert
    p.s. thank you to peter dehaan for the tabstops help!

  • Variable Substitution with tag attribute

    Hi,
    is possible to use variable substitution with tag attribute? as follow:
    <root directory="xxx"  filename="yyy">
       <....
    </root>
    using variable substitution for directory : root,1,directory,1
                                                               root,1,filename,1

    Hi,
    I solved my problem using Dynamic Configuration to set the FileName and Directory fields in Adapter Specific Configuration. To use Variable Substitution only accept element in XML.
    Thanks for all.

  • How to tag attribute member with standard dimension member in EIS

    hi,
    would any one please help me how to tag attribute member with standard dimension member in EIS
    THANK U IN ADVANCE

    In your OLAP model, view columns for the base dimension table. Go into the column properties and for the columns that have Attribute values highlight them and click the Attribute button.
    Go into Metadata Model and those fields will be available to drag into your outline as attribute members.
    Once in the outline, go into the properties of the attribute and assign the level of the base dimension they associate with.

Maybe you are looking for

  • No audio on disc

    I am burning a DVD on a blue ray burner with DVD settings, I burned one disc, the sound came on only after a while during playback.  I burned another disc using identical settings and there was no sound file at all.  Is it a problem with Encore or wi

  • Explain plan issue

    Oracle 11.2.0.1 Windows SQL> show user; USER is "SCOTT" SQL> set autotrace on; ERROR: ORA-06575: Package or function DBMS_XPLAN is in an invalid state SP2-0611: Error enabling EXPLAIN report SQL> connect hr/hr Connected. SQL> set autotrace on; SQL> W

  • My inbox won't work

    After TB did a change on Jan3, 2015 my incoming messages have ceased to work. Outgoing still works. No one can seem to fix this problem. my system is windows 8.1

  • Mac OS X still does not have a retina-ready icon for the disabled keyboard backlight. Anyone noticed it?

    When your keyboard illumination is locked due to the ambient light and you try to adjust it, you see the grey icon hovering the screen. You may notice that this icon is pixelized meaning that it was not updated for retina displays. Since June 2012.

  • Suggestions welcome...what all reports needed to monitor DB performance

    Hi All, Could you all please let me know what reports would you need to monitor a database. I am writing something that one could use to monitor database. not like statspack which would take snaps at regular intervals but a GUI where in you would cli