Liquid liquid inside another tag tag

Hi guys

My problem is simple relative, and I'm sure that I'm doing a lot more complicated than it is.

I want to use the Gallery integrated module for customers who want to just upload images to the server and do as little work as possible in the admin.

The first thing I need is a preview of the gallery. I did it like this:

{module_data resource = "photo galleries" version = "v3" fields = skip "id, photoGalleryName" = "0" limit = "500" order = 'id' = 'photo galleries' collection}

{% for section in photoGalleries.items %}

< a href = "/ galleriV2? name = {{item.photoGalleryName}} and {{item.id}} = album" > Ga til galleri {{item.photoGalleryName}} < /a >

< br / > < br / >

{% endfor}

It gives me a list of galleries, and I put the ID in the link, so I can display the correct images on the gallery page.

On this page I do:

{module_photogallery id = "{{globals.get.album}}" template = "" = "photoGalleryV2" = '500' resultsPerPage collection}

{% for section in photoGalleryV2.items %}

< class li = 'projects of grid-point-image in format' >

< div class = 'grid-point-interiors' >

< a href = "{{item.link}} ' class = 'media-box' >"

< img src = "{{item.link}}? Action = thumbnail & width = 260 & algorithm = fill_proportional"alt =" ">

< span class = "Gallery-cat" > {{item.description}} </span >

< /a >

< / div >

< /li >

{% endfor}

Everything works perfectly and I was very satisfied with the result, but then I thought do just one thing and add a picture in the gallery above the link to the gallery in the view all page, so I wanted to do something like that.

{% for section in photoGalleries.items %}

{module_photogallery id = "{{item.id}}" template = "" collection = "{{item.id}} photoCollection" resultsPerPage = "1" "}

{% capture imagePath %} {{item.id}} {% endcapture-%}

< img src = "{{.some .link [0] photoCollection ['imagePath']}}" >

< img src = "{{photoCollection ['item.id'] .items [0] .link}}" >

< a href = "/ galleriV2? name = {{item.photoGalleryName}} and {{item.id}} = album" > Ga til galleri {{item.photoGalleryName}} < /a > < br / > < br / >

{% endfor}

I scored things I've tried, and I know I make a lot of calls to the photo gallery module, so if there is a simpler solution that would be great, because I'm not sure it's possible. I discovered that something like this {{photoCollection ['imagePath'] .some [0] .link}} with the media should be possible in e.g. shopify, but it doesn't seem to work in British Colombia.

So to sum everything up, lets say there are 3 galleris, I want to call the module_photogallery and make 3 different collections (this works) and target them thereafter.

The problem is I can get liquid to produce the "correct" text but it doesn't recognize it as liquid because braces are "missing" and I can't do "double" in square brackets. (Hope that makes sense).

I initially just thought I could do something in the sense of: braces inside braces, {{.some [0] of .link photoCollection {{imagePath}}} but do not work.}

I hope that the explanation of the problem is understandable

Tips are greatly appreciated

Hello

Try to avoid of {% capture %} as often as possible, using {assign % if you can.}}

{capture imagePath %} {{item.id}} {% endcapture}

should be

{% assign imagePath = item.id-%}

Explore the following a little more...

{% for section in photoGalleries.items %}

{module_photogallery id = "{{item.id}}" template = "" collection = "{{item.id}} photoCollection" resultsPerPage = "1" "}

{capture imagePath %} {{item.id}} {% endcapture}

GA til galleri {{item.photoGalleryName}}

{% endfor}

Try this

{% for item in photoGalleries.items %}    {module_photogallery id="{{item.id}}" template="" collection="photoCollection" resultsPerPage="1"}    {% assign imagePath = photoCollection.items[0].imagePath -%} // is it called imagePath in galleries?

    

    Gå til {{item.photoGalleryName}} galleri

{% endfor -%}

Tags: Business Catalyst

Similar Questions

  • AbsoluteFieldManager inside another Manager

    Hello. I'm trying to place my AbsoluteFieldManager inside another Manager. Basically, I want my absManager at the bottom of the screen (like setStatus). I couldn't find a way to achieve this properly so I created a HorizontalFieldManager, setStatus (hManager) and now I wanted to add the absManager to hManager but it gives me an error saying that it is already apparent.

    What I'm trying to do, is have a bar of tabs at the bottom of the screen, what I did with success in using hManager. The thing is that I want to place my tabs where I want.

    Any help would be greatly appreciated.

    Thank you.

    I just setPadding instead of setMargin and it works. Background image of the horizontalFieldManager seems to stop at the margin, so the margin of a HorizontalFieldManager with a background image the assignment will result in white space.

    Thanks for the help.

  • target a movieclip from inside another movieclip

    target a movieclip from inside another movieclip

    I want gotoandplay symbol timeline from the main timeline

    Clicking on 1, I want to goto inside 5. 5 timeline not. This is the main scenario. but I want to go symbol 5 chronology

    Thus, the code I use is:

    Stop();

    movieClip_1.addEventListener (MouseEvent.CLICK, fl_ClickToGoToScene);

    function fl_ClickToGoToScene(event:MouseEvent):void

    {

    MovieClip (circle) .gotoAndPlay (1);

    }

    instace.jpg

    Here I wan to go

    ok.jpg


    If inside5 is the object on the same timeline as movieClip_1 and you want the circle target is a child of inside5, use:

    inside5. Circle.gotoAndPlay (1);

  • A number of pixels inside another object by defining an object?

    Hello everyone, starting here.  I feel like this is a question with a simple answer, but I can't seem to find what I'm looking for, so I'll try to explain here.

    I want to know how to set an object a number of pixels (horizontally and vertically) inside another object.  I have rasterized showing preview, but it shows the artboard, I believe, not in relation to the specific object.  Any help would be greatly appreciated! Thank you!

    You can align the edges of the objects and then select the object to be moved and type + 5 at the end of the coordinated field X or Y in the range of transformation to shift the position of 5 pixels (assuming that your units are in pixels; otherwise, type + 5px)

  • Why can not see the waveform audio timeline on sequences inside another sequence in Premiere Pro CS6? Can I fix?

    Anyone know why I can't see the waveform audio timeline on sequences inside another sequence in Premiere Pro CS6? Can I fix?

    Hit the Audio rendering.

  • Get the ID of a dynamically created symbol library, inside another symbol.

    Hello world

    I'm trying to get the id of a dynamic created symbol library.

    When you dynamically create the symbol directly on the stage (or the level of the composition), there is no problem.

    But I can not function when you create the symbol inside another symbol.

    A few examples using 'getChildSymbols()' and 'aSymbolInstances '.

    // USING "getChildSymbols()" /////////////////////////////////////////////////////////////////////////

    ON THE STAGE

    var m_item = sym.createChildSymbol ("m_item", "Stage");

    var symbolChildren = sym.getChildSymbols ();

    console.log (symbolChildren [0] .getSymbolElement () .attr ('id')); / / ok eid_1391853893203

    / / Inside a SYMBOL OTHER

    var m_item = sym.createChildSymbol ("m_item", sym.getSymbol("holder").getSymbolElement ());

    var symbolChildren = sym.getSymbol("holder").getChildSymbols (); / / I use this maybe wrong?

    console.log (symbolChildren.Length) / / returns 0 if can't ID is

    ' USE 'aSymbolInstances "".

    ON THE STAGE

    var m_item = sym.createChildSymbol ("m_item", "Stage");

    console.log(sym.aSymbolInstances[0]); / / ok (I guess) x.fn.x.init [1] 0: #eid_1391854141436 div

    / / Inside a SYMBOL OTHER

    var m_item = sym.createChildSymbol ("m_item", sym.getSymbol("holder").getSymbolElement ());

    console.log (sym.getSymbol("holder").aSymbolInstances [0]); / / Error Javascript in the event handler. Type of event = element

    In this post http://forums.Adobe.com/message/5691824 is written: "mySym.aSymbolInstances will give you a table containing all the 'names' when you create symbols"

    Would be - this only works on the scene / composition level only and not inside a symbol?

    The following methods to obtain the same are indeed possible, but I do not simply want to use them in this case:

    (1) storing a reference to the symbol created in a table and call it later by index.

    (2) giving the elements an ID manually on the creation and use of document.getElementById () thereafter.

    I can't believe that this is not possible. I am probably missing something here.

    Forgive me that I am a newbie using Adobe Edge!
    I really hope that someone can help me here.

    Anyway, thnx in advance people!

    Kind regards

    Lester.

    OK, I solved my problem by using the (simple) code below.
    I guess that 'getChildSymbols()' and 'aSymbolInstances' only works on stage / level of the composition.

    Just thought I'd share this to everyone. Peace!

    var m_item = sym.createChildSymbol ("m_item", sym.getSymbol("holder").getSymbolElement ());

    $.each (sym.$("holder").children (), function (index, obj) {}

    Console.log ($(sym.$("holder").) ([Index] Children()) .attr ('id'));

    });

  • Call a select stmt with multiple columns inside another column

    Hi all

    I have a question about the appeal of a select statement, which is to have multiple columns inside another select statement.

    I know that we can use inline views to retrieve data from another table within a query as shown below.

    SELECT (SELECT dname FROM dept WHERE deptno = e.deptno), deptno, sal FROM emp e;

    Now, I'm going to pull the loc also column within the same view of inline. But oracle is not allowing me to do the same thing.

    Is there a way we can achieve the same thing because I don't want to hit the area two times table each time for each emp record.

    Appreciate your valuable suggestions.

    Thank you
    Madhu K.

    Maybe just a simple outer join?

    select ut.subscriberid
          ,ut.unitid
          ,ut.install_date
          ,nvl(tuh.hardwaretype, 'NO_HW')
    from   tt_unit ut
    left   join tt_unit_hwtype tuh
    on     tuh.unitid = ut.unitid
    where  trunc(ut.install_date) >= V_CONST_PROG_START_DT;
    
  • Liquid product list tag - {tag_productlist, collection model = 'prodList"=" "}

    Hello

    I came across this tag on the doc to "allow other liquid objects" as I was trying to find a way to customize the output HTML of products so I can use a provision of the masonry.

    I added the code to the General layout:

    {tag_productlist, collection = "product list" template =""}

    < ul id = 'masonry-container' class = 'row small-block-grid-2 way-block-grid-4 big-block-grid-4' >

    {% for item in product - list.items %}

    < class li = "product-list-masonry" >

    •• content *.

    < /li >

    {% endfor %}

    < /ul >

    It works very well as list view, but nothing does when clicking on to the detail view. This tag can be used? How to make the layout of retail product?

    I also tried {module_data}, but entered into similar problems.

    {module_data resource = 'products' version = 'v3' fields = "id, name, tags, smallImage, largeImage, description, attributes, custom1, custom2, custom3, custom4, isOnSale, canonicalUrl" skip = "0" limit = "100" order = 'id' collection = 'products'}

    Pointers appreciated.

    Thank you

    Paul

    Hi Paul,.

    You must instead use something like this:

    {% if globals.get.ProductID %}
    

    This is the product detail layout

    {% else %}
      {% for item in custom-tag.items %}
    • {{item.name}}
    • {%endfor%}
    {% endif %}

    You must first tell whether you are in the 'broad' view of the product, or on a star catalogue listing its products. Once you know that you can either generate the view of product or products in a loop and build the list.

    Hope this helps,

    Mihai

  • Insert the form inside another form tag html tag

    Hi all, this is my problem. I have a xhtml page structured as follows:

    < h:form id = "MainForm()" >

    things...

    < form id = "fileForm" action = "myServlet" method = "post" enctype = "multipart/form-data" >
    < input type = "file" onchange = "fileForm.submit ()" / > "
    < / make >
    < / h:form >

    When you download a file, I want to introduce only "fileForm. But "fileForm.submit ()" does not work because fileFom is null. Looking at the source of the page, I realized that a single form is seen (mainForm) client-side:

    < form id = "mainForm" >

    things...

    < input type = "file" onchange = "fileForm.submit ()" / > "
    < / make >

    Any idea on how to apply it?
    Thanks in advance...

    Is not possible; In my view, embedded forms are even against the HTML specification.

    Published by: cardan2 on 7 February 2012 06:51

  • Images inside div tags appear broken

    I don't have a ton of experience in the use of div tags, but I'm learning and have met a "roadblock". Search for an answer to these days, I'm not finding exactly what I live... I'm looking on the forum for help and advice.

    So I designed a layout with divs. When I preview the design of in Dreamweaver, the site appears flawelssly in Safari, Firefox and Chrome - everything seems perfect, and there is no broken images. But as soon as I download all my files on my server dev online - it's where things go wrong and I see broken images. But the broken images are not consistent. Some look perfectly while others are broken. I do not understand why an image appears while another image is not, I used the same approach on each div I built. I know that my image paths are correct, then this isn't the problem... which leads me to believe that I have something wrong in my code div itself. But being new to the div... I do not see where I was wrong. I have not used 'float' correctly? Has not used to position correctly? I am very confused and frustrated at this point and I really want to come back to the use of tables... any help will be grately appreciated.

    Here is the site on my dev server: http://studio2adv.com/dev/mignognacollision/

    Here is my css:

    @charset "UTF-8";

    / * CSS document * /.

    / * = Global properties START = * /.

    {body

    background-color: #e9cb9c;

    Width: auto;

    height: 100%;

    margin: 0 auto;

    do-family: Verdana, Geneva, without serif.

    do-size: 12px;

    line-height: 1.4em;

    Color: #000;

    }

    HTML {}

    background: #e9cb9c;

    margin: 0 auto;

    padding: 0;

    outline: 0;

    vertical-align: left top;

    do-size: 100%;

    }

    . Container {}

    margin: 0 auto;

    Width: 1000px;

    height: inherit;

    background-color: #fff;

    }

    #header {}

    Width: 956px;

    height: 125px;

    margin: 0 auto;

    vertical-align: middle;

    background-color: #fff;

    }

    {#footercontainer}

    Width: 956px;

    height: 67px;

    margin: 0 auto;

    border-top-style: solid;

    border-right-style: none;

    border-bottom-style: solid;

    border-left-style: none;

    border-color: orange;

    background-color: #fff;

    }

    {#footercontainer2}

    Width: 956px;

    height: 55px;

    margin: 0 auto;

    background-color: #005baa;

    }

    {#endtag}

    margin: 0 auto;

    Width: 956px;

    height: 70px;

    background-color: #fff;

    }

    / * = Global properties END = * /.

    /* ==================== Start header ========================== */

    {.header1}

    float: left;

    Width: 70%;

    Padding: 50px 0px 0px 0px;

    }

    {.header2}

    float: left;

    Width: 12%;

    padding: 20px 0px 0px 0px;

    }

    {.header3}

    float: left;

    Width: 18%;

    padding: 10px 0px 0px 0px;

    }

    /* ==================== END header ========================== */

    /* ==================== Text ========================== */

    {.topphone}

    do-family: Verdana, Geneva, without serif.

    do-size: 16px;

    make-weight: bold;

    color: #005baa;

    text-align: right;

    vertical-align: top of the text;

    }

    H1 {}

    do-family: Verdana, Geneva, without serif.

    do-size: 18px;

    make-style: italic;

    color: #f7931e;

    text-align: left;

    line-height: 1.5em;

    }

    H2 {}

    do-family: Verdana, Geneva, without serif.

    font-size: 15px;

    make-style: italic;

    Police-weight: normal;

    color: #005baa;

    }

    H3 {}

    do-family: Verdana, Geneva, without serif.

    do-size: 12px;

    color: #f7931e;

    }

    {#preferredtext}

    do-family: Verdana, Geneva, without serif.

    do-size: 9px;

    text-align: center;

    Color: #000;

    }

    . FooterText {}

    do-family: Verdana, Geneva, without serif.

    do-size: 10px;

    color: #fff;

    }

    {p.footerendtag}

    do-family: Verdana, Geneva, without serif.

    do-size: 10px;

    Color: #000;

    text-align: center;

    }

    {p.testimonials}

    do-family: Verdana, Geneva, without serif.

    do-size: 14px;

    make-style: italic;

    Color: #000;

    text-align: left;

    }

    . Blue {}

    do-family: Verdana, Geneva, without serif.

    do-size: 14px;

    make-style: italic;

    make-weight: bold;

    color: #005baa;

    text-align: left;

    }

    {.listorange}

    color: #f7931e;

    }

    {.listblack}

    Color: #000;

    }

    {.listboldblack}

    make-weight: bold;

    Color: #000;

    }

    /* ==================== END Text ========================== */

    /* ==================== DIVs ========================== */

    {#topphone}

    Width: 670px;

    height: 30px;

    float: right;

    padding: 0px 0px 19px 265px;

    position: top of the page.

    }

    {.homefloatleft}

    Width: 143px;

    height: 195px;

    float: left;

    padding: 0px 0px 0px 22px;

    }

    {.homefloatmiddle}

    Width: 585px;

    height: inherit;

    float: left;

    padding: 0px 15px 0px 15px;

    }

    {.homefloatright}

    Width: 198px;

    height: auto;

    float: right;

    padding: 22px 0px 0px 0px;

    }

    {.aboutfloatmain}

    Width: 752px;

    height: 195px;

    float: left;

    padding: 0px 0px 0px 22px;

    }

    {.aboutfloatleft}

    Width: 250px;

    height: 245px;

    float: left;

    padding: 0px 0px 0px 22px;

    }

    {.aboutfloatmiddle}

    Width: 442px;

    height: inherit;

    float: left;

    padding: 0px 15px 0px 15px;

    }

    {.gsfloatleft}

    Width: 228px;

    height: 245px;

    float: left;

    padding: 0px 0px 0px 22px;

    }

    {.gsfloatmiddle}

    Width: 480px;

    height: inherit;

    float: left;

    padding: 0px 15px 0px 15px;

    }

    {.adfloatleft}

    Width: 250px;

    height: 245px;

    float: left;

    padding: 0px 0px 0px 22px;

    }

    {.adfloatmiddle}

    Width: 450px;

    height: inherit;

    float: left;

    padding: 0px 15px 0px 15px;

    }

    {.formfloatleft}

    Width: 80px;

    height: 245px;

    float: left;

    padding: 0px 0px 0px 22px;

    }

    {.formfloatmiddle}

    Width: 750px;

    height: 1200px;

    float: left;

    padding: 0px 15px 15px of 20px;

    }

    {.formfloatright}

    Width: 50px;

    height: auto;

    float: right;

    padding: 22px 0px 0px 0px;

    }

    {.clearfloat}

    Clear: both;

    }

    /* ==================== END DIVs ========================== */

    /* ==================== Start main nav ========================== */

    {#navlist}

    Width: 956px;

    }

    #navcontainer ul {}

    padding-left: 0px;

    left margin: 0px;

    background-color: #005baa;

    color: white;

    float: left;

    Width: 100%;

    do-family: Verdana, Geneva, without serif.

    }

    #navcontainer ul li {display: inline ;}}

    #navcontainer ul li a {}

    Padding: .7em 3.5em;

    background-color: #005baa;

    color: white;

    text-decoration: none;

    float: left;

    border-left: 1px solid #fff;

    }

    #navcontainer ul li a: active {}

    background-color: #f7931e;

    color: #fff;

    }

    #navcontainer ul li a: hover {}

    background-color: #f7931e;

    color: #fff;

    }

    #navcontainer ul li a: selected {}

    background-color: #f7931e;

    color: #fff;

    }

    /* ==================== END main nav ========================== */

    / * = Start slideshow = * /.

    {.rslides}

    position: relative;

    list-style: none;

    overflow: hidden;

    Width: 100%;

    padding: 0;

    margin: 0;

    }

    .rslides li {}

    -webkit-backface-visibility: hidden;

    position: absolute;

    display: none;

    Width: 100%;

    left: 0;

    top: 0;

    }

    .rslides li: first - child {}

    position: relative;

    display: block;

    float: left;

    }

    .rslides img {}

    display: block;

    height: auto;

    float: left;

    Width: 100%;

    border: 0;

    }

    /* ==================== End Slideshow ========================== */

    /* ==================== Start footer ========================== */

    {#footer1}

    float: left;

    Width: 12%;

    padding: 20px 20px 0px 20px;

    }

    {#footer2}

    float: left;

    Width: 24%;

    padding: 20px 0px 0px 0px;

    }

    {#footer3}

    float: left;

    Width: 60%;

    padding: 10px 0px 0px 0px;

    }

    {#footer4}

    float: left;

    Width: 55%;

    padding: 0px 0px 0px 10px;

    }

    {#footer5}

    float: right;

    Width: 40%;

    padding: 0px 10px 0px 0px;

    }

    {a.footerendtag:Link}

    color: #005baa;

    text-decoration: underline;

    }

    {a.footerendtag: active}

    color: #f79122;

    text-decoration: underline;

    }

    {a.footerendtag:hover}

    color: #f79122;

    text-decoration: underline;

    }

    {a.footerendtag:visited}

    color: #005baa;

    text-decoration: underline;

    }

    {#footercurrentlink}

    color: #f79122;

    text-decoration: underline;

    }

    /* ==================== END footer ========================== */

    Check that the images are not damaged and were saved for web RGB and CMYK not.

    Nancy O.

  • How to center an image inside a tag div CSS using dreamweaver?

    I know that this may seem like a very stupid to ask question, as it should seem so simple, but how do I do this? I can't be able to center an image inside a div. Here's the code I came up with this day. Thanks in advance for your help.

    < / style >

    < / head >

    < body >

    < div id = "PageContainer" >

    < div id = "PageHeader" > img.centered {display: block; margin-left: auto; margin-right: auto ;} < img src = "Untitled - 5.jpg" alt = "rowland" class = "Center" / > < / div >}

    < div id = "PageMenu" > content for id "PageHeader" goes here < / div >

    < div id = "PageBody" > content for id "PageHeader" goes here < / div >

    < div id = "PageFooter" > content for id "PageHeader" goes here < / div >

    < / body >

    < / html >

    Alternatively, you can ignore the other div tags after the first div id. The first div id who has my link to the image is that I'm trying to get Center my image. The picture is there but does not balance.

    Centering of Pages, Images and other elements with CSS:

    http://cookbooks.Adobe.com/post_Centering_web_pages_and_other_elements_with_CSS-16640.html

    Nancy O.

  • Place a 'point' inside xml tags

    Hello

    I need to insert a point, if a column is empty. But when I use search and replace method removes the tag between the legs. Is it possible to place a point without affecting the xml tags?

    Screen Shot 2016-09-09 at 3.03.20 PM.png

    app.findGrepPreferences = null;     app.changeGrepPreferences = null;  
    app.findGrepPreferences.findWhat="\\t\\t";
    app.changeGrepPreferences.changeTo= "\\t.\\t";
    app.changeGrep();
    

    Thank you

    K

    var main = function() {  
    
      var doc = app.properties.activeDocument,
      found, n, xe;  
    
      if ( !doc || app.selection.length!=1 || !app.selection[0].properties.parentStory ) return;  
    
      sel = app.selection[0];
      (sel instanceof TextFrame) && sel = sel.parentStory;
    
      var xes = sel.associatedXMLElements;
      n = xes.length;
    
      while ( n-- ) {
      xe = xes[n];
      xe.contents=="" && xe.contents=".";
      }
    }  
    
    main();
    
  • Using jstl if tag inside the tag column ADF?

    Hi all

    I was wondering if its possible to use jstl if tag within a column of table ADF to determine what values to display? Basically, I want to display different output depending on whether there is a value of row.binding.
     <af:column headerText="Some Command" id="c14">
                  <c:if test="${row.bindings.settingValue.inputValue}">
                        <af:outputText value="#{row.bindings.settingValue.inputValue}"id="ot7"/>
                  </c:if>
                  <c:if test="${row.bindings.pbSettingValue.inputValue}">
                         <af:outputText value="#{row.bindings.pbSettingValue.inputValue}" id="ot8"/>
                  </c:if>
    </af:column>
    JDev: 11.1.1.62

    Thank you
    -Wraith

    Published by: wraith101 on November 13, 2012 10:36

    You can use an af:switcher for this. Check out http://m.youtube.com/#/watch?v=tMuZJvU5eTk&desktop_uri=%2Fwatch%3Fv%3DtMuZJvU5eTk&gl=DE

    Timo

  • How can I achieve this layout? DIV inside div tags

    Hello world
    I m beginner in web design. I am trying to create a layout like this
    http://ImageShack.us/photo/my-images/717/layoutproblem.jpg/

    But I m having difficulties to give the position,height, float and display the properties for the divs.
    Please note that there are the borders of the image on the left and right side of the div content and bottommargin.

    Thanks in advance.

    Two divs, two wide explicit and both floated left for the gallery and details.  Space them margins.

    Follow that with a single div width of the container for technical details and possibly the content.  No required positioning.  I'm not even sure that a wrapper is required because you can give the body tag with a width in CSS and use left/right auto margins to center the content.

    Why wouldn't work?

  • delete the text that is inside xml tags

    Hello

    I want to delete the text that is in the xml tags

    IE SELECT ' < XXX > Pune < / XXX > < HD ZZZ > < / ZZZ > ' FROM DUAL must return PuneMH

    Thank you

    VIvek

    Published by: Vivek P on October 7, 2008 08:35
    SQL>
    SQL> --
    SQL> with t as (
      2    select 'PuneMH' as x from dual)
      3  --
      4  select x,
      5         regexp_replace(x,'<.*?>') as modx
      6    from t;
    
    X                            MODX
    ---------------------------- ----------
    PuneMH PuneMH
    
    SQL>
    SQL>
    

    isotope

Maybe you are looking for

  • Need help with the RoboForm module

    I have submitted the following question as FEEDBACK online 11/06/15, but have not heard of someone in support to Firefox. So I submit this question here, hoping someone can help! I use Firefox for a long time. I also used RoboForm as my password for

  • No remote access to the admin page local account mynetgear

    I used happily log into my RN10200 remote and access to everything, including the local administration page. Who has been using ReadyCloud, i.e. before the access of the Web page without hope we get using mynetgear. Page Web tells me that it is no lo

  • LabVIEW TEN compared to the speed of development system

    Hi all I worked on some software labview, which is called by Teststand. The target system has a labview license so I was not initially concerned by the RTE, but then after working with another company, I discovered that they were creating their VI th

  • Automatic updates interfere with applications.

    Windows 7 Home 64 bit has been updated automatically on the 12th and several applications including Explorer and Adobe Bridge has stopped working.  When I checked the coast of relaibility I also saw that the reliability decreased regularly this month

  • WINDOWS 7 FADED KEY

    I bought a computer dell laptop in 2011 and after 11 months, I HAD the hard drive replaced because he failed. Fortunately, it was still under warranty and installed windows on it without problem and used the key (it was always clear at the time), now