This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 93801 - "less_than" expression doesn't appear in XSL source
Summary: "less_than" expression doesn't appear in XSL source
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks: 93769
  Show dependency tree
 
Reported: 2007-02-01 13:50 UTC by Andrei Chistiakov
Modified: 2007-02-12 12:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2007-02-01 13:50:02 UTC
Reproduced in build 070201_2.

To reproduce:
- open the following XSL
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:template match="/">
        <purchaseOrder>
            <shipTo>
                <name>
                    <xsl:value-of select=""/>
                </name>
            </shipTo>
        </purchaseOrder>    
    </xsl:template>
</xsl:stylesheet>
- put "less_then" function on the diagram;
- link inputs of the function to the source tree elements;
- link output to /purchaseOrder/shipTo/name element;
- switch to source.

Notice that 'select' expression remains empty.
Comment 1 Alexey Yarmolenko 2007-02-06 09:43:03 UTC
Bug is related to methoid metadata loader.
Comment 2 Nikita Krjukov 2007-02-06 13:43:30 UTC
Fixed.
The "XPath 1.1 Model" module has its own identification of xpath operators and 
finctions and the metainformation files in the layer.xml should have 
corresponding names.
Comment 3 Andrei Chistiakov 2007-02-12 12:48:44 UTC
Verified in build 070211_2.