label tag: DW8 sometimes generates illegal XHTML 1.0/Transitional code

Dreamweaver 8 sometimes generates XHTML 1.0/Transitional code
that violates the DTD when using the <label> tag for adjacent
radio buttons on a form.
Consider the following example:
1) Make a new HTML page using the XHTML 1.0/Transitional
document type.
2) Working in Design mode, insert a a new form element.
3) With accessibility options turned on, insert a radio
button. When the Input Tag Accessibility Attributes dialog appears,
give the new button a label of "This is my label" and select the
"Wrap..." style.
4) Use the Property Inspector to assign a name and value of
"choice1" to the new radio button.
5) Using the arrow keys, position the cursor at the end of
the new button's label text.
6) Insert a second radio button there, and give it a label of
"This is my second label."
7) Use the Property Inspector to assign a name and value of
"choice2" to the second radio button.
Examine the resulting code. The code will be either valid or
invalid, depending on exactly where the cursor was positioned in
step 4. If you watch the Code window while you position the cursor
in step 4, you will see that the cursor positions itself EITHER
INSIDE OR OUTSIDE THE FIRST BUTTON'S </label> TAG, DEPENDING
ON which direction you were going when you positioned the cursor at
the end of the prior button's label. If you were moving the cursor
from left to right, the cursor will be placed WITHIN the first
button's closing </label> tag; if you overshot the end of the
prior label and then backed up, the cursor will be placed BEYOND
the closing </label> tag. In the former case, each button
will get a separate <label> tag pair. In the latter case,
BOTH BUTTONS WILL BE CONTAINED WITHIN A SINGLE <label> TAG
PAIR, as in the following (illegal) example:
<!--THIS CODE IS INVALID ACCORDING TO XHTML
1.0/TRANSITIONAL-->
<label>
<input name="choice1" type="radio" value="choice1" />
This is my label
<input name="choice2" type="radio" value="choice2" />
This is my second label
</label>
This is INVALID XHTML 1.0/TRANSITIONAL. Specifically, the DTD
specifies that "Each label must not contain more than ONE field" (
http://www.w3.org/TR/xhtml1/dtds.html).
Here, Dreamweaver generates one label containing two fields. While
IE6 and Opera 8.0 ignore the error and display it anyway, Firefox
1.5 follows the DTD in this case and therefore cannot handle more
than one radio button within a single label tag; the resulting form
selects the first value no matter what the user clicks on.

Max
This is happening because in standards mode browsers are ignoring the height="70%" attribute on the table that is the first element of div.t13BodyMargin because (among other things) it's invalid XHTML. This is the kind of thing that happens when the built-in APEX themes &ndash; designed for quirks mode &ndash; are thrown into standards mode by specifying a DOCTYPE.
You can remove that attribute from the template XHTML and try the following in your CSS:
  html, body {
  height: 100%;
form#wwvFlowForm {
  position: relative;
  height: 100%;
  min-height: 100%;
div.t13BodyMargin {
  padding-bottom: 2em;
div.t13NewBottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}Note there was Re: Support for non-quirks HTML mode.
If you're determined on going down the standards route, you should check your pages against a validator and fix any other invalid mark-up in the templates, but achieving 100% compliance is unlikely due to APEX engine-generated code you have no control over.
However, if you have no real requirement for introducing the DOCTYPE declaration and are not prepared to pursue the additional effort in achieving near-compliance, it's pointless to do so as it will only introduce this kind of issue.

Similar Messages

  • DW8 writing invalid xhtml 1.0 strict code

    My XHTML 1.0 STRICT doc created in DW8 design view has
    invalid attributes hspace &align
    <img src="images/massage.jpg" alt="massage" width="240"
    height="160" hspace="10" align="right" />
    It would appear that setting doc pref to xhtml1.0 strict does
    nothing but change the page declaration and DW continues to write
    xhtml 1.0 trans code.
    Is this to be fixed?

    > get it?
    No, I definitely wouldn't want it to write that into my page.
    If it were going to recreate the effect of hspace="10", it
    would have to
    write -
    margin-left:10px; margin-right:10px;
    and position:static is unnecessary and redundant with the
    default.
    Plus, I wouldn't want it to add inline styles to my tags. I
    could see it
    prompting for a class name to use to hold this new style....
    But, it's not up to us to decide this anyhow. If you have
    filed a wish
    form, then you have done the best you can do....
    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
    ==================
    "bikeman01" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > What you're suggesting is that Dreamweaver should
    disable certain
    > attributes in the Property inspector when a strict DTD
    is selected. It
    > may be a useful improvement, and Murray has already
    given you the URL
    > for bug reports and feature requests. However, the way
    that Dreamweaver
    > works at the moment is that it expects anyone selecting
    a strict DTD to
    > know XHTML well enough to avoid using deprecated
    elements.
    >
    > --
    > David Powers, Adobe Community Expert
    > Author, "Foundation PHP for Dreamweaver 8" (friends of
    ED)
    > Author, "PHP Solutions" (friends of ED)
    >
    http://foundationphp.com/
    >
    >
    > I have raised a report
    >
    > But I expect it not to just grey out properties I also
    expect it to write
    > valid xhtml e.g.
    >
    > NOT hspace="10" align="right"
    >
    > BUT INSTEAD style="float: right; margin-left: 10px;
    position: static"
    >
    > get it?
    >
    > I don't accept the answer that 'DW8 expects designers
    who select 1.0
    > strict to
    > know not to use depreciated elements' - Macromedia/Adobe
    provide code
    > completion/properties panels as a tool for ease of use
    for those designers
    > who
    > are not code experts. It would be better if they wrote
    no code at all
    > rather
    > than incorrect code.
    >
    >
    >
    >

  • Where do I add a label tag in the code of a library item?

    Hello,
    For 508 compliance purposes I need to add a label tag to a list menu that I've created as a library item in Dreamweaver. Can anyone tell me where in the following code should the label code be added and how it should appear. The actual site is http://www.graphicmechanic.com/DEKALBCOUNTY/index.html. My 508 checker is telling me that I need to add a label to this form.
    The code is:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link href="../cssfiles/lbistyles.css" rel="stylesheet" type="text/css"/>
    <form action="" method="post" name="form1" class="style52" id="form1">
                        <span class="style26"><strong>I WANT TO:</strong><br />
                        <img src="../images/5x5.gif" alt="layout graphic" width="5" height="5" /><br />
                        </span><span class="style26">
                        <select name="iwantto" class="style55" onchange="MM_jumpMenu('window.open()',this,0)">
                          <option value="http://web.co.dekalb.ga.us/voter/#">REGISTER TO VOTE</option>
                          <option value="https://govaffiliate.ezgov.com/ezutility/index.jsp?agency=3411">PAY MY WATER BILL</option>
                          <option value="../humanserv/hs-osa-facilities.html">FIND A SENIOR CENTER</option>
                          <option value="../humanserv/hs-lou-walker.html">GET INFO ABOUT LOU WALKER CENTER</option>
                          <option value="http://www.dekalbstatecourt.net/">FILE A RESTRAINING ORDER</option>
                          <option value="http://www.dekalbcountyanimalservices.com/">REPORT A LOOSE DOG</option>
                          <option value="http://web.co.dekalb.ga.us/courts/recorders/payment.asp">GET TRAFFIC CITATION INFO</option>
                          <option value="http://web.co.dekalb.ga.us/courts/probate/pistol.htm">APPLY FOR A PISTOL LICENSE</option>
                          <option value="http://web.co.dekalb.ga.us/courts/probate/marriage.htm">GET A MARRIAGE LICENSE</option>
                          <option value="http://www.co.dekalb.ga.us/dekalbflic/Centers.htm#service">FILE FOR A DIVORCE</option>
                          <option value="http://www.co.dekalb.ga.us/superior/index.htm">GET INFORMATION ABOUT JURY DUTY</option>
                          <option value="http://web.co.dekalb.ga.us/taxcommissioner/search.asp">PAY MY TAXES</option>
                        </select>
      </span> </label>
    </form>
    Any assistance would be appreciated.

    Okay i am having trouble figuring out exactly where I should insert the label code and how it should look in this code. I took a look at the labels link you sent over. It is helpful, but because this drop down list has no tables and the example does, I'm a bit confuse.
    Any chance you could show me an example of how a lable should look in in just one of the form items below? Then I could mimic it with the other items (with respect to each different title).
    Here is the code:
    <form action="" method="post" name="form1" class="style52" id="form1">
                        <span class="style26"><strong>I WANT TO:</strong><br />
                        <img src="../images/5x5.gif" alt="layout graphic" width="5" height="5" /><br />
                        </span><span class="style26">
                        <select name="iwantto" class="style55" onchange="MM_jumpMenu('window.open()',this,0)">
                          <option value="http://web.co.dekalb.ga.us/voter/#">REGISTER TO VOTE</option>
                          <option value="https://govaffiliate.ezgov.com/ezutility/index.jsp?agency=3411">PAY MY WATER BILL</option>
                          <option value="../humanserv/hs-osa-facilities.html">FIND A SENIOR CENTER</option>
                          <option value="../humanserv/hs-lou-walker.html">GET INFO ABOUT LOU WALKER CENTER</option>
                          <option value="http://www.dekalbstatecourt.net/">FILE A RESTRAINING ORDER</option>
                          <option value="http://www.dekalbcountyanimalservices.com/">REPORT A LOOSE DOG</option>
                          <option value="http://web.co.dekalb.ga.us/courts/recorders/payment.asp">GET TRAFFIC CITATION INFO</option>
                          <option value="http://web.co.dekalb.ga.us/courts/probate/pistol.htm">APPLY FOR A PISTOL LICENSE</option>
                          <option value="http://web.co.dekalb.ga.us/courts/probate/marriage.htm">GET A MARRIAGE LICENSE</option>
                          <option value="http://www.co.dekalb.ga.us/dekalbflic/Centers.htm#service">FILE FOR A DIVORCE</option>
                          <option value="http://www.co.dekalb.ga.us/superior/index.htm">GET INFORMATION ABOUT JURY DUTY</option>
                          <option value="http://web.co.dekalb.ga.us/taxcommissioner/search.asp">PAY MY TAXES</option>
                        </select>
      </span>
    </form>

  • The tag name: "embed" Not found in currently active versions.[XHTML 1.0 transitional]

    Hello I have this message "The tag name: "embed" Not found in
    currently active versions.[XHTML 1.0 transitional]" appear when I
    validate one of my pages in my site, the page contains a flash
    picture/animation. Please can anyone explain how I can correct this
    error?
    The tag name: "embed" Not found in currently active
    versions.[XHTML 1.0 transitional] this is in relation to:
    "<embed src="Map.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="536"
    height="437"></embed>"
    Any help would be appreciated.
    Thanks Steve

    > how I can correct this error?
    You don't. You ignore it. The <embed> tag is not valid
    HTML, but it is
    required to have reliable rendering of your Flash across
    various browsers.
    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
    ==================
    "Steve@FHS" <[email protected]> wrote in
    message
    news:fcm6ss$kvs$[email protected]..
    > Hello I have this message "The tag name: "embed" Not
    found in currently
    > active
    > versions.[XHTML 1.0 transitional]" appear when I
    validate one of my pages
    > in my
    > site, the page contains a flash picture/animation.
    Please can anyone
    > explain
    > how I can correct this error?
    >
    > The tag name: "embed" Not found in currently active
    versions.[XHTML 1.0
    > transitional] this is in relation to:
    >
    > "<embed src="Map.swf" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    width="536"
    > height="437"></embed>"
    >
    > Any help would be appreciated.
    >
    > Thanks Steve
    >
    >

  • Where Is the Label Tag

    I am looking at the IPTC and EXIF data of pictures managed in Lightroom. I can't find the tag that stores the Label (the different color codes) information. I did a "Save Metadata to File" so it should be there. FYI, Expression Media stores it in the field "Urgency". I am asking because I want to find a way for Lightroom to recognize the label tags from Expression Media.

    Sorry if my previous post was a bit offensive.
    Personally I'd get Evenings Lr book. That's because I have Kelby's Lr 1 book and it was disappointment. Kelby is generally too basic information to me. He offers very cursory information. I'd also advice you to see (and buy, when they are not free, although there is large amount of great free material) some web based tutorials. I personally like George Jardine's tutorials best.
    Also there are some good podcasts in iTunes and in web generally. I might recommend for example Jared Platt's podcast and Lightroom Killertips podcast. Of course also Adobe ® Photoshop® Lightroom ™ might be good, although it haven't been updated for ages (2,5 years if I look correctly) at least in iTunes.
    I'm very interested about this one: http://mulita.com/blog/?page_id=2
    Unfortunately I currently don't have money on my paypal account and getting it there is a bit difficult because I don't have credit card. I will buy that tutorial immediately I can pay it somehow.
    Few ok tutorial links below.
    http://tv.adobe.com/show/adobe-evangelists-julieanne-kost
    http://tv.adobe.com/show/george-jardine-on-lightroom/
    http://www.photoshopsupport.com/tutorials.html
    I tried to keep this as positive as possible. I already wrote a small warning about one commercial tutorial, but then I though it might offend someone and deleted it.

  • Prob when there is any HTML tag inside netui:label tag

    Hi,
    When i am displaying content in a script directly and if some HTML tag is there in the content like <b> or <i> tag then that particular property is reflected in the displayed content
    Eg: In code: <%=headline %>
    Headine=This is a <b><i>beautiful </i></b>flower
    Output: This is beautiful flower
    When I displayed same headline using <netui:label>
    Eg: In code: <netui:label value=”<%=headline %> ”>
    Headine=This is a <b><i>beautiful </i></b>flower
    Output: This is a <b><i>beautiful </i></b>flower
    So is there any workaround by which I can get same output(as for normal script) with <netui:label> tag
    Thanks

    Hi,
    When i am displaying content in a script directly and if some HTML tag is there in the content like <b> or <i> tag then that particular property is reflected in the displayed content
    Eg: In code: <%=headline %>
    Headine=This is a <b><i>beautiful </i></b>flower
    Output: This is beautiful flower
    When I displayed same headline using <netui:label>
    Eg: In code: <netui:label value=”<%=headline %> ”>
    Headine=This is a <b><i>beautiful </i></b>flower
    Output: This is a <b><i>beautiful </i></b>flower
    So is there any workaround by which I can get same output(as for normal script) with <netui:label> tag
    Thanks

  • After converting a page to xhtml 1.0 Transitional compliant, Dreamweaver indicates a syntax error warning in the head section

    I had authored a few pages in HTML4.0 using templates, and all was well.  I decided to convert them to xhtml 1.0 transitional. So I modified the tags to lower case and closed everything and it all validates.
    The problem is that in Dreamweaver, it is indicatinga syntac error and I can't figure out why.  The result of this is that the Template path substitution breaks, rendering the generated pages totaly munged.
    Here is the head section:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <!-- TemplateBeginEditable name="head" -->
    <title>TITLE</title>
    <meta name="Description" content="Description of page." />
    <!-- TemplateEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
    <meta name="robots" content="all follow" />
    <link rel="SHORTCUT ICON" href="favicon.ico" />
    <script src="../common/checkflash.js" language="JavaScript" type="text/JavaScript" />
    <script src="../common/runflash.js" language="JavaScript" type="text/JavaScript" />
    <script src="../common/rollover.js" language="JavaScript" type="text/JavaScript" />
    <script src="../common/weddings.js" language="JavaScript" type="text/JavaScript" />
    <script src="../common/preload-normal.js" language="JavaScript" type="text/JavaScript" />
    <link href="../common/weddings.css" rel="stylesheet" type="text/css"  />
    And here is the screen showing the error:
    Is this something simple that I have forgotton? Or is this a bug?
    ...Mike

    This seems to have been fixed by changing the format of the JS line from
    <script src="../common/checkflash.js" language="JavaScript" type="text/JavaScript" />
    to
    <script src="../common/checkflash.js" language="JavaScript" type="text/JavaScript"></script>
    Still not sure if this is proper markup that DW is screwing up, or if it's improper markup and DW has identified it, although on the wrong line
    ...Mike

  • Page not valid XHTML 1.0 Transitional?

    Okay,
    So I've been having problems (go fig) with my page displaying properly in the Firefox browser on my account. My site displays fine on my account in Safari. If I switch accounts, the site will display better (not perfectly) in Firefox. On my windows machine, my site displays fine in all three of my browsers, IE, Firefox, and Safari.
    Here is a link to my site: kevin morehouse
    The page that displays incorrectly is the "About Us" page.
    I went to the Mozilla website and found a link to http://validator.w3.org/
    This is what came back when I ran my URL
    Validation Output: 4 Errors
    Line 224, Column 202: there is no attribute "allowTransparency".
    …0" marginwidth="0" allowTransparency="true"></iframe>

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
    Line 255, Column 260: cannot generate system identifier for general entity "counter".
    …7-B031088E2D79?webdav-method=propget&counter"></script><

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
    Line 255, Column 260: general entity "counter" not defined and no default entity.
    …7-B031088E2D79?webdav-method=propget&counter"></script><

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
    Line 255, Column 267: reference not terminated by REFC delimiter.
    …88E2D79?webdav-method=propget&counter"></script><img src

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
    Line 255, Column 267: reference to external entity in attribute value.
    …88E2D79?webdav-method=propget&counter"></script><img src

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
    Line 255, Column 267: reference to entity "counter" for which no system identifier could be generated.
    …88E2D79?webdav-method=propget&counter"></script>
    </script>
    Line 255, Column > 80: XML Parsing Error: EntityRef: expecting ';'.
    …pe="text/javascript" src="http://web.mac.com/i/chp/NGHitCounter.js"></script>…
    Message was edited by: kevin morehouse

    I am VERY concerned with the fact that my pages are not being properly validated and displayed.
    I have created two different sites using iWeb '08 and while I am satisfied with the ease of use, I am concerned that my sites are not being displayed correctly... in fact, the other day my friend who is a Mac whiz and who hosts my business website on his server... tried to visit the site that I created using iWeb '08 and had published to my .Mac account... it caused his browser to flat out crash! He said he hasn't seen anything like that in years!
    Here is the site I have begun to build http://www.mcleanmonowheel.com
    If you paste this url into http://validator.w3.org/ a slew of errors pop up.
    Is this the norm with iWeb or have I done something wrong on my end???
    -Patrick

  • What is an alternative to bins? Sometimes I want to make custom transitions and I need a place to store them for easy use.

    What is an alternative to bins? Sometimes I want to make custom transitions and I need a place to store them for easy use.

    Either projects or events. You can make a compound clip in a event used to hold favorites. Add a couple of generator items to it and apply the custom transition. You can copy and paste from the compound clip to any project. Hold everything you want into the one event. It probably won't ever get very big, and the render files can be dumped at any time. You can simply move the event from machine to machine or place to place as needed, just as you can other custom content, like keyboard layouts and custom color presets.

  • How to generate new perner number using Abap Code in pa0002. what is the fu

    how to generate new perner number using Abap Code in pa0002. what is the function Module used.

    hi
    define internal number ranges for ur implementation then when u run PA 40  do not input any employee number , system will generate the employee number automatically.
    Regards
    sameer

  • Generating a blank document with custom code

    Is there a way I can generate a blank document with custom code in it?  I have been looking at several methods of doing this but so far I have been unsuccessful.  So any assistance here would be appreciated.  This is for an extension I am currently working on.
    Many thanks

    This is a public forum; please do not post your email address or other private data (by sending the forum notification with all its headers back to the forum).

  • How can I generate compliant XHTML via ProcessXSL?

    Question : Does anyone know how to generate XHTML from PLSQL processXSL command? Is there a parameter or flag I can set to specify using EndTags on all elements ?
    Problem : I want to create an "HTML" document with compliant tag notation eg <IMG /> tag rather than the default <IMG>. This is obviously the same problem for BR and HR tags. But when I render my XML the processor always drops off the end tag....
    Why do I want to do this? : If the HTML tags are compliant then we can use XPath notation to read our HTML reports (for Unit/System Testing purposes) and verify HTML contents is being produced properly...
    Sample : I've included a sample code snippet that should run if you want to try it out.
    DECLARE
    lxsl VARCHAR2(32767);
    buf VARCHAR2(32767);
    lxml XMLDOM.DOMDocument;
    lxmlclob CLOB;
    lParser XMLParser.Parser;
    lProcessor XSLProcessor.Processor;
    lStylesheet XSLProcessor.Stylesheet;
    XSLDoc XMLDOM.DOMDocument;
    BEGIN
    lxsl := '<?xml version="1.0" encoding="UTF-8"?>';
    lxsl := lxsl ||
    '<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">';
    lxsl := lxsl || '     <xsl:output method="html"/>';
    lxsl := lxsl || '     <xsl:template match="/">';
    lxsl := lxsl || '          <html>';
    lxsl := lxsl || '               <body>';
    lxsl := lxsl || '     <img src="http://forums.oracle.com/forums/images/otn/otn_logo.gif" />';
    lxsl := lxsl || '               </body>';
    lxsl := lxsl || '          </html>';
    lxsl := lxsl || '     </xsl:template>';
    lxsl := lxsl || '</xsl:stylesheet>';
    lxmlclob := dbms_xmlgen.getXML('select * from dual');
    lParser := XMLParser.NewParser;
    XMLParser.parseClob(lParser
    ,lxmlclob);
    lxml := XMLParser.GetDocument(lParser);
    XMLParser.SetPreserveWhiteSpace(lParser
    ,TRUE);
    XMLParser.parsebuffer(lParser
    ,lxsl);
    XSLDoc := XMLParser.GetDocument(lParser);
    lStylesheet := XSLProcessor.NewStylesheet(XSLDoc
    ,NULL);
    lProcessor := XSLProcessor.NewProcessor;
    XSLProcessor.ProcessXSL(lProcessor
    ,lStylesheet
    ,lxml
    ,buf);
    dbms_output.put_line(buf);
    XSLProcessor.FreeStylesheet(lStylesheet);
    XSLProcessor.FreeProcessor(lProcessor);
    XMLDOM.FreeDocument(XSLDoc);
    END;
    resulting in an img tag with no trailing '/'....!!!!
    <html>
    <body><img src="http://forums.oracle.com/forums/images/otn/otn_logo.gif">
    </body>
    </html>

    I found a work around but if anyone has a real solution please reply....
    Work around is to hardcode the IMG tags
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:output method="html"/>
         <xsl:variable name="lt">&lt;</xsl:variable>
         <xsl:variable name="gt">&gt;</xsl:variable>
         <xsl:template match="/">
              <html>
                   <body>
                        old way - <img src="http://forums.oracle.com/forums/images/otn/otn_logo.gif"/>
                        new way - <xsl:value-of select="$lt" disable-output-escaping="yes"/>img src="http://forums.oracle.com/forums/images/otn/otn_logo.gif"/<xsl:value-of select="$gt" disable-output-escaping="yes"/>
                        <xsl:value-of select="$lt" disable-output-escaping="yes"/>br/<xsl:value-of select="$gt" disable-output-escaping="yes"/>
                        <xsl:value-of select="$lt" disable-output-escaping="yes"/>hr/<xsl:value-of select="$gt" disable-output-escaping="yes"/>
                   </body>
              </html>
         </xsl:template>
    </xsl:stylesheet>

  • Can I align the orientatio​n of axis labels in a graph generated with the report generation toolkit (Word)?

    I was wondering how to align the axis labels, i.e. 90 degree or such when creating a graph with the report generation toolkit in word.
    I can do it after the document is created through Format axis title -> alignment but is there a way out of LabVIEW?
    I'd especially like to rotate the y-axis label by 90 degrees.
    Thanks a lot,
    Juergen

    I think he means he can modify it by hand after the report has been generated... But what I want to do is generate the word graph out of labview already with the rotated axis label...
    After I posted this I found out that we can do this with a macro and use it from labview, but unfortunately I don't know VB, or VBA...
    Like this:

  • Smart guides labels appears but sometimes NOT.

    When I am using smart guides in illustrator cs6 it is problem which makes me nervous.
    When I select point, handles appear. When I move next to handle top the label appear. But SOMETIMES NOT appear, SOMETIMES APPEAR. It is terrible.
    - It might be nice when labels ALWAYS APPEAR, WHEN I AM NEXT TO HANDLE TOP or NEXT TO THE ANCHOR POINT.
    Because then I know, that when label appear, I can work with that concrete handle, or point.
    I know, that it depends of the snapping tolerance, which I can set in Preferences. But when the snapping tolerance is too high, it is unpleasant to draw anything. When snapping tollerance is high i can draw objects on A4 leter which is usual, but my lines and handles are attached anytime when I do not want.
    When I do not use smart guides it is unpleasant to draw lines too. Sometimes I grab handle when I want, but sometimes I fail.
    I think it may be a good solution if you fix it so that the snapping tollerance will be lower, but labels will appear sooner and reliably.
    I like Illustrator, InDesign and Photoshop. But this is the reason, why Illustrator makes me crazy, when I work there. Thanks

    David,
    I do not have align to pixel grid or snap to grid turned on
    It sounds as if Illy thinks the former.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • STRIP tag in XML Generator

    We are  creating xml files from RDBMS, for that we are using XML generator .  we  imported dtd file for creating  XML generator  but we are getting some tag with name  'STRIP' .  i dont know what is this tag , i am new to this XMl files generation can any one give some useful info  about this. The flow in informatica is:  SOURCE----->XML GENERATOR----->MQ series(Target)  Thanks,Srinadh.

    인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]인계동 QIQ-9529-1551 수원출장안마 ‡ 수원출장마사지 영통출장안마]

Maybe you are looking for

  • Get the primary key

    Hello, I would like to get the primary key of a MS Access table, but the DatabaseMetaData.getPrimaryKeys(...) doesn't work. An exception is thrown. Anybody knows how to get the primary key of a MS Access table? Thanks Arno

  • Issue with getting an MP4 onto my iPod

    So I've been trying to get an MP4 onto my iPod, but whenever I try to put it on, I get a message saying it won't play on my iPod so it doesn't get put onto it. My iPod is an iPod Video, so I would assume that it could play MP4s considering the file o

  • Network card making PC crash

    Hello, I have a wireless-AC USB network card. When I connect with it to my AC router, my computer froze as soon as I put presure on it (download something). I purchased a better AC USB network card. As soon as I put it in my computer, my computer get

  • While uploading data from local file

    Hi, While uploading data from local file having the header text into interal table using the GUI_UPLOAD function module,there is problem in upload because of header text in file, do we have any option in this FM itself to skip this header text and up

  • Can not delete Music on iPad (not on computer)

    I have music on my ipad (with retirna display) that is not on my itunes on my MAC.  I can not delete them. I have looked at all the suggestions, but still no answer. Any real suggestions thanka tim