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...
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.