Search found 5 matches

by TPP
Tue May 16, 2006 11:03 am
Forum: XSLT and FOP
Topic: conditional xsl:import ?
Replies: 1
Views: 4196

conditional xsl:import ?

Hi.Is it possible to dosomething like this: I recive an xml which can have 14 different structures. Structure version is defined in a first node of xml. I immagined to do a "master" xslt file with case clause which would decide on a "xml structure version node" which "slave&...
by TPP
Mon May 15, 2006 3:12 pm
Forum: XSLT and FOP
Topic: Breaking line in method="text" mode
Replies: 1
Views: 4103

Breaking line in method="text" mode

How do you break line in text output: XML: <?xml version="1.0" standalone="yes"?> <N1> <N11> <N111>1</N111> <N222>2</N222> <N333>3</N333> </N11> <N22> <N111>6</N111> <N222>7</N222> <N333>8</N333> </N22> </N1> XSLT: <?xml version="1.0" encoding="windows-1250"?>...
by TPP
Sat Mar 25, 2006 11:25 pm
Forum: XSLT and FOP
Topic: cant reach data in xml with namespaces
Replies: 3
Views: 4632

thanks Image
by TPP
Fri Mar 24, 2006 6:41 pm
Forum: XSLT and FOP
Topic: cant reach data in xml with namespaces
Replies: 3
Views: 4632

in posted xslt there is a typing error in 3rd line: xmlns:edp="http://http://something.com/Documents/Schemas/file.xsd"> should be: xmlns:e="http://http://something.com/Documents/Schemas/file.xsd"> ...this does not solve the problem from the first post. Thanks again for your help.
by TPP
Fri Mar 24, 2006 6:34 pm
Forum: XSLT and FOP
Topic: cant reach data in xml with namespaces
Replies: 3
Views: 4632

cant reach data in xml with namespaces

Hi! I have a problem retriving data from xml file. XML: <?xml version="1.0" encoding="utf-8" ?> <Data xmlns="http://something.com/Documents/Schemas/doc.xsd" xmlns:e="http://something.com/Documents/Schemas/file.xsd"> <e:Head> <e:name>John</e:name> <e:address1>L...