Thank you for all your help. Yes, I have noticed that the reasoning pattern is different, i think that is what's tripping me up, hopefully that book will help.
I purchased the book from amazon, it was only $10!
I need my xslt document to ignore empty elements. This is what I currently have(thanks tsuji)
<?xml version="1.0" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="utf-8" indent="yes" />
<xsl:template match="/">...
IndesignCS4-VBscript
I need to find the ID of a selected item, but I don't know what I'm doing. This is what I have so far(but it doesn't work):
Function main()
Set myInDesign = CreateObject("InDesign.Application.CS4")
myInDesign.Activate
If myInDesign.Documents.Count <> 0 Then
If...
ok, that did exactly what I had asked, but I guess my knowledge of xsl is more limited than i realized. I only posted one example because i figured that i could adapt it to work for my needs. But i can't get it to loop and fix the whole document.
This is what I have:
<?xml version="1.0"...
I need to strip out extra attributes from an xml file. I have a very basic idea of how to add extra attributes, since that's what most tutorials show, but I don't know how to remove attributes.
I need to convert this:
- <Page01_a>
- <body xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.