Changeset 1272 for MDService2


Ignore:
Timestamp:
05/07/11 21:39:05 (13 years ago)
Author:
vronk
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/xsl/profile2VC.xsl

    r1271 r1272  
    2121<xsl:template match="/">
    2222
    23 <xsl:apply templates select="//Queries/item[id=$queryid]" />
     23<xsl:apply-templates select="//Queries/item[id=$queryid]" />
    2424
    2525</xsl:template>
    2626
    2727<xsl:template match="Queries/item" >
    28 <VirtualCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    29     xsi:noNamespaceSchemaLocation="VirtualCollection.xsd">
     28<VirtualCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="VirtualCollection.xsd">
    3029    <Type>intensional</Type>
    3130    <Name><xsl:value-of select="name" /></Name>
Note: See TracChangeset for help on using the changeset viewer.