Re: XSL Question

2005-11-22 Thread Mike Ferrando
Glen M.,
Sorry.

Mike Ferrando
Library Technician
Library of Congress
Washington, DC
202-707-4454

--- Glen Mazza <[EMAIL PROTECTED]> wrote:

> Mike Ferrando wrote:
> 
> > Glen M.,
> > Could you post some of your XML source document (maybe a bigger
> > chunk).
> > 
> 
> I'm not the one who asked the question.  I don't have any source 
> document to provide.
> 
> Glen
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XSL Question

2005-11-22 Thread Glen Mazza

Mike Ferrando wrote:


Glen M.,
Could you post some of your XML source document (maybe a bigger
chunk).



I'm not the one who asked the question.  I don't have any source 
document to provide.


Glen

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XSL Question

2005-11-22 Thread Mike Ferrando
Glen M.,
Could you post some of your XML source document (maybe a bigger
chunk).

Could you then give us an example of what the output is supposed to
look like if everything went perfectly?

Thanks,
Mike Ferrando
Library Technician
Library of Congress
Washington, DC
202-707-4454

--- Glen Mazza <[EMAIL PROTECTED]> wrote:

> http://www-128.ibm.com/developerworks/library/x-xslfo2app/#b?
> 
> Read the "Notice that the select attribute..." blurb at the end of
> the 
>  discussion here.
> 
> Glen
> 
> Dirk Bromberg wrote:
> > Hi,
> > 
> > i've a short xml->xsl->fo question.
> > 
> > my xml is:
> > 
> > Here is some text with bold and italic
> and 
> > both elements in it.
> > 
> > when i've a template for "text", "B" and "I" how can i get the
> real text 
> > in the right order?
> > 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XSL Question

2005-11-21 Thread Andreas L Delmelle

On Nov 21, 2005, at 21:30, Dirk Bromberg wrote:


Hey,

thanks Glen.

The trick is to select the text() or *  :-)


FYI: Everything you have posted was 100% correct (apart from the  
typos ;-))


All XSLT processors I tried this on simply do what they're supposed to.
 processes the nodes in the order they are  
encountered in (= document-order) unless explicitly asked to do  
otherwise.


Cheers,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XSL Question

2005-11-21 Thread Dirk Bromberg

Hey,

thanks Glen.

The trick is to select the text() or *  :-)

Dirk


Glen Mazza wrote:

http://www-128.ibm.com/developerworks/library/x-xslfo2app/#b?

Read the "Notice that the select attribute..." blurb at the end of the 
 discussion here.


Glen

Dirk Bromberg wrote:

Hi,

i've a short xml->xsl->fo question.

my xml is:

Here is some text with bold and italic and 
both elements in it.


when i've a template for "text", "B" and "I" how can i get the real 
text in the right order?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XSL Question

2005-11-21 Thread Glen Mazza

http://www-128.ibm.com/developerworks/library/x-xslfo2app/#b?

Read the "Notice that the select attribute..." blurb at the end of the 
 discussion here.


Glen

Dirk Bromberg wrote:

Hi,

i've a short xml->xsl->fo question.

my xml is:

Here is some text with bold and italic and 
both elements in it.


when i've a template for "text", "B" and "I" how can i get the real text 
in the right order?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



XSL Question

2005-11-21 Thread Dirk Bromberg

Hi,

i've a short xml->xsl->fo question.

my xml is:

Here is some text with bold and italic and 
both elements in it.


when i've a template for "text", "B" and "I" how can i get the real text 
in the right order?


some xsl:



   











don't look for typos!!

Thanks

Dirk


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XSL Question - Unique list

2005-08-31 Thread J.Pietschmann

Prakash R wrote:
[snip]

Is there any way using XSL I can get the unique
[EMAIL PROTECTED]/fieldvalues for each product.


Yes. See
 http://www.jenitennison.com/xslt/grouping/index.html
As this is a pure XSLT question, you should ask further
questions regarding this topic on the XSL list:
 http://www.mulberrytech.com/xsl/xsl-list/


J.Pietschmann

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



XSL Question - Unique list

2005-08-31 Thread Prakash R
I have an xml document which looks like this:



shirt

long sleeve

red

RG


LN




short sleeve

blue

RG


SM




sleeveless

red

LN


SM





t-shirt

long sleeve

red

AA


BB




short sleeve

blue

CC


DD




sleeveless

red

AA


EE






Is there any way using XSL I can get the unique
[EMAIL PROTECTED]/fieldvalues for each product. I
know I can do it across the entire XML doc. In this
example for product(name=shirt) it would be RG,LN and
SM , product(name=t-shirt) it would be AA,BB,CC,DD,EE.
I want to be able to get these separately for each
product and iterate through it within the product if
possible.

Thank you.
Prakash

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]