-3
votes
0answers
70 views
what are horizontal objects [closed]
what are some objects
0
votes
2answers
79 views
Filtering most out of XML with XSL?
I need to transform a lot of XML files (Fedora export) into a different kind of XML. Trying to do it with XSL stylesheets and checking with the msxsl transformer.
Supposedly I have xml file like this …
1
vote
2answers
2k views
Xpath query to select node when attribute does not exist? [closed]
I want to select nodes for which a specific attribute does not exist. I've tried the Not() function, but it doesn't work. Is there a way for this?
Example:
The following Xpath query:
…
-2
votes
2answers
226 views
xslt sql query [closed]
Hi guys I am new to xslt I have an sql query:
SELECT name, language, Year($Date), Month($Date), DayOfMonth($Date),
%FeatureThumbnail.size, %SimpleDocumentContent.content
WHERE documentType = 'News' …
