You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Pier Fumagalli <pi...@betaversion.org> on 2003/02/04 20:46:21 UTC

Head doesn't build.. (Was: Re: cvs commit: xml-cocoon2/src/blocks/chaperon/samples/stylesheets class2html.xsl java2html.xsl)

"stevenn@apache.org" <st...@apache.org> wrote:

> stevenn     2003/02/04 11:13:03
> 
> Modified:    src/blocks/chaperon/samples/stylesheets class2html.xsl
>                       java2html.xsl
> Log:
> fixed the XSLT validation errors - please crosscheck

That works... Sitemap's now broken :-(

Error at URL 
"file:/home/pier/xml-cocoon2/build/cocoon/webapp/samples/chaperon/sitemap.xm
ap", line number 46, column number 49: element "parameter" from namespace
"http://apache.org/cocoon/sitemap/1.0" not allowed in this context
Error at URL 
"file:/home/pier/xml-cocoon2/build/cocoon/webapp/samples/chaperon/sitemap.xm
ap", line number 47, column number 50: element "parameter" from namespace
"http://apache.org/cocoon/sitemap/1.0" not allowed in this context

    Pier


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Head doesn't build.. (Was: Re: cvs commit: xml-cocoon2/src/blocks/chaperon/samples/stylesheets class2html.xsl java2html.xsl)

Posted by Pier Fumagalli <pi...@betaversion.org>.
On 4/2/03 20:39, "Steven Noels" <st...@outerthought.org> wrote:

> Stephan Michels wrote:
> 
>> Seems, I'm the first one, who makes usage of the Parameterizable IF...
>> BTW, is there a reason, why everybody uses
>> 
>> <map:component>
>>  <name>value</name>
>> </map:component>
>> 
>> instead of
>> 
>> <map:component>
>>  <map:parameter name="name" value="value"/>
>> </map:component>
> 
> That was what I was trying, but I'll leave it to you, OK?

[...]
Building jar: /Users/pier/Desktop/cocoon/build/cocoon/cocoon.war
[...]
BUILD SUCCESSFUL


+1 Thanks folks! :-)

    Pier


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Head doesn't build.. (Was: Re: cvs commit: xml-cocoon2/src/blocks/chaperon/samples/stylesheets class2html.xsl java2html.xsl)

Posted by Steven Noels <st...@outerthought.org>.
Stephan Michels wrote:

> Seems, I'm the first one, who makes usage of the Parameterizable IF...
> BTW, is there a reason, why everybody uses
> 
> <map:component>
>  <name>value</name>
> </map:component>
> 
> instead of
> 
> <map:component>
>  <map:parameter name="name" value="value"/>
> </map:component>

That was what I was trying, but I'll leave it to you, OK?

</Steven>
-- 
Steven Noels                            http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
Read my weblog at            http://blogs.cocoondev.org/stevenn/
stevenn at outerthought.org                stevenn at apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Head doesn't build.. (Was: Re: cvs commit: xml-cocoon2/src/blocks/chaperon/samples/stylesheets class2html.xsl java2html.xsl)

Posted by Stephan Michels <st...@apache.org>.

On Tue, 4 Feb 2003, Pier Fumagalli wrote:

> "stevenn@apache.org" <st...@apache.org> wrote:
>
> > stevenn     2003/02/04 11:13:03
> >
> > Modified:    src/blocks/chaperon/samples/stylesheets class2html.xsl
> >                       java2html.xsl
> > Log:
> > fixed the XSLT validation errors - please crosscheck
>
> That works... Sitemap's now broken :-(
>
> Error at URL
> "file:/home/pier/xml-cocoon2/build/cocoon/webapp/samples/chaperon/sitemap.xm
> ap", line number 46, column number 49: element "parameter" from namespace
> "http://apache.org/cocoon/sitemap/1.0" not allowed in this context
> Error at URL
> "file:/home/pier/xml-cocoon2/build/cocoon/webapp/samples/chaperon/sitemap.xm
> ap", line number 47, column number 50: element "parameter" from namespace
> "http://apache.org/cocoon/sitemap/1.0" not allowed in this context


Seems, I'm the first one, who makes usage of the Parameterizable IF...
BTW, is there a reason, why everybody uses

<map:component>
 <name>value</name>
</map:component>

instead of

<map:component>
 <map:parameter name="name" value="value"/>
</map:component>

? And validation isn't an argument, because

<map:act>
 <map:parameter name="name" value="value"/>

is also not validate able.

Stephan, I'll fix this, Michels.


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org