Search found 7 matches

by KermitTensmeyer
Mon Jun 09, 2008 7:58 pm
Forum: Other Issues
Topic: xslt param usage
Replies: 1
Views: 2476

xslt param usage

this maybe a faq (I didn't find it in a search) I've used Transformation Options where I have specified values for given transformation parameters ( xfile=/full/path/file.name ) I'd like to run the same transformation with a fixed XML file, but I want to change the param value on each run. Is there ...
by KermitTensmeyer
Fri Mar 14, 2008 12:51 am
Forum: General XML Questions
Topic: XSLT Catalog usage
Replies: 5
Views: 5519

Re: XSLT Catalog usage

aHa! :D fixed that problem. thanks..

but a question remains, How does the schema get cached or saved locally when it's not defined in the catalog?
by KermitTensmeyer
Thu Mar 13, 2008 5:54 am
Forum: General XML Questions
Topic: XSLT Catalog usage
Replies: 5
Views: 5519

Re: XSLT Catalog usage

OK with xmlns:config="http://www.suse.com/1.0/configns" xmlns:ns="http://www.suse.com/1.0/yast2ns" xmlns:fn="http://www.w3.org/2005/02/xpath-functions" <xsl:variable name="content" select="unparsed-text($remote)" /> <xsl:variable name="motd.repl...
by KermitTensmeyer
Sat Mar 08, 2008 12:48 am
Forum: Feature Request
Topic: Data Import
Replies: 1
Views: 2444

Data Import

I'm not requesting a new feature, but a clarification of the data import function. When importing a spreadsheet, every column becomes a element in every row. Currently it is a manual process to turn off columns so that data is not converted. Is there an option to turn off all the columns except thos...
by KermitTensmeyer
Sat Mar 08, 2008 12:38 am
Forum: General XML Questions
Topic: Can Oxygen Convert Tab Delimited To XML?
Replies: 10
Views: 52945

Re: Can Oxygen Convert Tab Delimited To XML?

The simple solution is a two step process. 1) convert csv to an excel spreadsheet (open empty spreadsheet, import csv file) 2) oxygen, [file]/[import] spread sheet which brings up a nice interface (it can be most useful if the first row of the spreadsheet contains column labels which then can become...
by KermitTensmeyer
Sat Mar 08, 2008 12:30 am
Forum: General XML Questions
Topic: Adding Attributes to all XML Nodes
Replies: 3
Views: 5021

Re: Adding Attributes to all XML Nodes

You know about an Identity Transformation right? then for each element, have it test for an existing ID and strip it out. now add to each target element a new attribute called id with the specified value. for example: <xsl:template match="parent|child01|child02|child03"> <xsl:copy select=&...
by KermitTensmeyer
Sat Mar 08, 2008 12:19 am
Forum: General XML Questions
Topic: XSLT Catalog usage
Replies: 5
Views: 5519

XSLT Catalog usage

I'm running into an issues (off and on), and I think that it's a catalog issue w/ regards to XSL supported name spaces. I examined the frameworks directory to find a pointer to the current catalog, but I didn't find any XSL related schema or DTD information. I'm assuming that when I don't have a pro...