Re: processing-instruction/comment/text

[email protected] Fri, 20 Jun 2003 08:45:22 +0000 (GMT)
Newsgroups gmane.text.xml.o-xml
Message-ID <[email protected]>
Ken, the <text> tags still aren't fully implemented in the ObjectBox, and
Comment exists as a type but maybe not as a <comment> mapping. PI's i used
just the other day though! what version are you running, 0.9.5?

maybe try
<o:eval select="Comment('blabla')"/>
<o:eval select="String('text')"/>
etc

I'm sorry if you were working through the examples and they weren't
functioning with the current version of ObjectBox. I promise to go through
it all and tie up the loose ends when i return to the UK in a couple of
weeks.

cheers!

/m

On Thu, 19 Jun 2003, Ken McCloskey wrote:

> <o:processing-instruction target="'xml-stylesheet'">href="style.xsl"
> type="text/xsl"</o:processing-instruction>
> <o:comment select="'i am commenting this'"/>
> <o:text>  leading and trailing whitespace might otherwise have been removed
> </o:text>
>
> None of the above seem to work correctly.
>
> My output is as follows:
>
> <processing-instruction target="'xml-stylesheet
> '">href="style.xsl" type="text/xsl"</processing-instruction>
> <comment select="'i am commenting this'"/>
> <text>  leading and trailing whitespace might otherwise have been removed
> </text>
>
> Do I need to have an extension loaded in order to make this work correctly?
>
> Ken McCloskey
> 818.281.7811
>
> _________________________________________________________________
> Tired of spam? Get advanced junk mail protection with MSN 8.
> http://join.msn.com/?page=features/junkmail
>
> _______________________________________________
> o-xml mailing list
> o-xml-zRfLyl9bSvv/[email protected]
> http://lists.pingdynasty.com/mailman/listinfo/o-xml
>